mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 13:01:10 +08:00
7 lines
116 B
CSS
7 lines
116 B
CSS
|
:root {
|
||
|
--bg-color: #221b44;
|
||
|
--main-color: #009eaf;
|
||
|
--caret-color: #009eaf;
|
||
|
--sub-color: #b82356;
|
||
|
}
|