mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 06:33:22 +08:00
Create horizon.css
This commit is contained in:
parent
314553dbe2
commit
64e0b0fdba
1 changed files with 32 additions and 0 deletions
32
static/themes/horizon.css
Normal file
32
static/themes/horizon.css
Normal file
|
@ -0,0 +1,32 @@
|
|||
:root {
|
||||
--bg-color: #1C1E26;
|
||||
--main-color:#1C1E26;
|
||||
--caret-color: #BBBBBB;
|
||||
--sub-color: #C4A88A;
|
||||
--text-color: #BBBBBB;
|
||||
--error-color: #D55170;
|
||||
--error-extra-color: #D55170;
|
||||
--colorful-error-color: #D55170;
|
||||
--colorful-error-extra-color:#D55170;
|
||||
}
|
||||
|
||||
#menu .icon-button:nth-child(1) {
|
||||
color: #D55170;
|
||||
}
|
||||
|
||||
#menu .icon-button:nth-child(2) {
|
||||
color: #E4A88A;
|
||||
}
|
||||
|
||||
#menu .icon-button:nth-child(3) {
|
||||
color: #DB886F;
|
||||
}
|
||||
|
||||
#menu .icon-button:nth-child(4) {
|
||||
color: #DB887A;
|
||||
}
|
||||
|
||||
#menu .icon-button:nth-child(5),
|
||||
#menu .icon-button:nth-child(6) {
|
||||
color: #FFC819;
|
||||
}
|
Loading…
Reference in a new issue