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