monkeytype/public/themes/oblivion.css

27 lines
398 B
CSS
Raw Normal View History

:root {
--bg-color: #313231;
--main-color: #a5a096;
--caret-color: #a5a096;
--sub-color: #5d6263;
}
#menu .button:nth-child(1){
2020-05-22 18:51:05 +08:00
color: #9a90b4;
}
#menu .button:nth-child(2){
2020-05-22 18:51:05 +08:00
color: #8db14b;
}
#menu .button:nth-child(3){
2020-05-22 18:51:05 +08:00
color: #fca321;
}
#menu .button:nth-child(4){
color: #2984a5;
}
2020-05-22 18:51:05 +08:00
#menu .button:nth-child(5),
#menu .button:nth-child(6){
color: #dd452e;
}