monkeytype/public/themes/serika.css
Jack 45d8556c1a added themes support
support for hover functions on the command line
fixed wpmovertime chart styling
2020-05-14 18:57:09 +01:00

11 lines
198 B
CSS

/* yellow #e2b714
dark #323437
light #d1d0c5 */
:root {
--bg-color: #e2b714;
--main-color: #323437;
--caret-color: #323437;
--sub-color: #d1d0c5;
--active-word-color: #d1d0c5;
}