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
This commit is contained in:
glowy 2022-01-17 10:59:35 -08:00 committed by GitHub
parent b0d608f0de
commit 078a60d2ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 0 deletions

View file

@ -669,4 +669,9 @@
"bgColor" : "#9bf2ea",
"mainColor":"#6d44a6"
}
,{
"name": "trackday",
"bgColor": "#464d66"
"mainColor": "#e0513e"
}
]

View file

@ -0,0 +1,23 @@
: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;
}