Code/assets/styles/theme-light.css
Fabrication du Numérique 967ca4bcf2 Trop de modifications
2025-05-08 00:26:02 +02:00

31 lines
501 B
CSS

:root {
--bg-color: #eee;
--text-color: #222;
--header-bg: #f9f9f9;
--header-title: #555;
--footer-bg: #f9f9f9;
--footer-text: #333;
--radio-bg: #eee;
--radio-text: #333;
--radio-selected-bg: #1b5e20;
--radio-selected-text: white;
--plot-text: black;
--paragraph-color: black;
--input-border: #aaa;
--details-border: darkgray;
--table-border: #333;
--hr-color: #222;
--math-block-bg: #ddd;
--math-block-border: #ccc;
}