mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 05:17:51 +08:00
27ffd1a54c
fixes #37
23 lines
No EOL
347 B
CSS
23 lines
No EOL
347 B
CSS
:root {
|
|
--bg-color: #313231;
|
|
--main-color: #a5a096;
|
|
--caret-color: #a5a096;
|
|
--sub-color: #5d6263;
|
|
}
|
|
|
|
#menu .button:nth-child(1){
|
|
color: #8db14b;
|
|
}
|
|
|
|
#menu .button:nth-child(2){
|
|
color: #fca321;
|
|
}
|
|
|
|
#menu .button:nth-child(3){
|
|
color: #2984a5;
|
|
}
|
|
|
|
#menu .button:nth-child(4),
|
|
#menu .button:nth-child(5){
|
|
color: #dd452e;
|
|
} |