monkeytype/static/themes/trackday.css
glowy 078a60d2ec
Added GMK trackday-based theme (#2302) by batsoup804
* logo fixed to match gmk shadow novelties

* created trackday.css and added files

Used a golden color for the leaderboard crown:) I think that's kind of needed for such a blue-and-red theme.

* updated _list with trackday theme

* whoops. Accidental capitalization of o in mainCOlor
2022-01-17 19:59:35 +01:00

24 lines
432 B
CSS

:root {
--bg-color: #464d66;
--main-color: #e0513e;
--caret-color: #475782;
--sub-color: #5c7eb9;
--text-color: #cfcfcf;
--error-color: #e44e4e;
--error-extra-color: #fd3f3f;
--colorful-error-color: #ff2e2e;
--colorful-error-extra-color: #bb2525;
}
#menu .icon-button:nth-child(1) {
color: #e0513e;
}
#menu .icon-button:nth-child(3) {
color: #cfcfcf;
}
#menu .icon-button:nth-child(2) {
color: #ccc500;
}