mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 05:03:39 +08:00
Update horizon.css
This commit is contained in:
parent
64e0b0fdba
commit
a3be83025b
1 changed files with 4 additions and 4 deletions
|
|
@ -1,11 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #1C1E26;
|
||||
--main-color:#1C1E26;
|
||||
--main-color:#c4a88a;
|
||||
--caret-color: #BBBBBB;
|
||||
--sub-color: #C4A88A;
|
||||
--text-color: #BBBBBB;
|
||||
--sub-color: #db886f;
|
||||
--text-color: #bbbbbb;
|
||||
--error-color: #D55170;
|
||||
--error-extra-color: #D55170;
|
||||
--error-extra-color: #ff3d3d;
|
||||
--colorful-error-color: #D55170;
|
||||
--colorful-error-extra-color:#D55170;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue