monkeytype/public/themes/dracula.css

34 lines
485 B
CSS
Raw Normal View History

2020-05-16 05:01:39 +08:00
:root {
--bg-color: #282a36;
--main-color: #f2f2f2;
--caret-color: #f2f2f2;
--sub-color: #bd93f9;
2020-05-30 21:48:25 +08:00
--text-color: #f2f2f2;
--error-color: #f758a0;
--error-extra-color: #732e51;
}
2020-05-16 05:01:39 +08:00
#menu .button:nth-child(1){
2020-05-22 18:51:05 +08:00
color: #ec75c4;
2020-05-16 05:01:39 +08:00
}
#menu .button:nth-child(2){
2020-05-22 18:51:05 +08:00
color: #8be9fd;
2020-05-16 05:01:39 +08:00
}
#menu .button:nth-child(3){
2020-05-22 18:51:05 +08:00
color: #50fa7b;
2020-05-16 05:01:39 +08:00
}
#menu .button:nth-child(4){
2020-05-22 18:51:05 +08:00
color: #f1fa8c;
}
#menu .button:nth-child(5){
color: #ffb86c;
2020-05-22 18:51:05 +08:00
}
#menu .button:nth-child(6){
color: #ffb86c;
2020-05-16 05:01:39 +08:00
}