31 lines
501 B
CSS
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;
|
|
}
|