mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 13:01:10 +08:00
de4834fa10
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;
|
|
} |