monkeytype/public/themes/oblivion.css
Jack 3136d369a4 added local font awesome to speed up the app
styled the login page
added a function to easily animate between elements
optimised the database to use a local copy
2020-05-14 18:57:10 +01:00

23 lines
353 B
CSS

:root {
--bg-color: #313231;
--main-color: #a5a096;
--caret-color: #a5a096;
--sub-color: #5d6263;
--active-word-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){
color: #dd452e;
}