mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 04:19:06 +08:00
03ba4f9d69
updated themes color order fixed bug with chart ticks
7 lines
No EOL
149 B
CSS
7 lines
No EOL
149 B
CSS
:root {
|
|
--bg-color: #575d5e;
|
|
--main-color: #ed6b21;
|
|
--caret-color: #ed6b21;
|
|
--sub-color: #e3d9c6;
|
|
--active-word-color: #e3d9c6;
|
|
} |