monkeytype/public/themes/dracula.css
2020-05-30 14:48:25 +01:00

34 lines
485 B
CSS

:root {
--bg-color: #282a36;
--main-color: #f2f2f2;
--caret-color: #f2f2f2;
--sub-color: #bd93f9;
--text-color: #f2f2f2;
--error-color: #f758a0;
--error-extra-color: #732e51;
}
#menu .button:nth-child(1){
color: #ec75c4;
}
#menu .button:nth-child(2){
color: #8be9fd;
}
#menu .button:nth-child(3){
color: #50fa7b;
}
#menu .button:nth-child(4){
color: #f1fa8c;
}
#menu .button:nth-child(5){
color: #ffb86c;
}
#menu .button:nth-child(6){
color: #ffb86c;
}