31 lines
502 B
CSS
31 lines
502 B
CSS
:root {
|
|
--bg-color: #222;
|
|
--text-color: #eee;
|
|
|
|
--header-bg: #060606;
|
|
--header-title: #bbb;
|
|
|
|
--footer-bg: #060606;
|
|
--footer-text: #ddd;
|
|
|
|
--radio-bg: #222;
|
|
--radio-text: #ddd;
|
|
--radio-selected-bg: #e5b2ef;
|
|
--radio-selected-text: black;
|
|
|
|
--plot-text: white;
|
|
|
|
--paragraph-color: white;
|
|
|
|
--input-border: #222;
|
|
|
|
--details-border: lightgray;
|
|
|
|
--table-border: #ccc;
|
|
|
|
--hr-color: #eee;
|
|
|
|
--math-block-bg: #222;
|
|
--math-block-border: #ccc;
|
|
}
|