mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 09:34:35 +08:00
9 lines
205 B
CSS
9 lines
205 B
CSS
:root {
|
|
--bg-color: #221b44;
|
|
--main-color: #009eaf;
|
|
--caret-color: #009eaf;
|
|
--sub-color: #b82356;
|
|
--text-color: #009eaf;
|
|
--error-color: #a8d400;
|
|
--error-extra-color: #668000;
|
|
}
|