mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
7 lines
134 B
CSS
7 lines
134 B
CSS
|
:root {
|
||
|
--main-color: #eee;
|
||
|
--sub-color: #444;
|
||
|
--bg-color: #111;
|
||
|
--caret-color: #fff;
|
||
|
--active-word-color: #444;
|
||
|
}
|