mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 20:40:48 +08:00
reworked olivia
This commit is contained in:
parent
766a88cb7a
commit
bfd87282f4
1 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,9 @@
|
|||
:root {
|
||||
--bg-color: #1c1b1d;
|
||||
--main-color: #f2efed;
|
||||
--caret-color: #f2efed;
|
||||
--sub-color: #deaf9d;
|
||||
--main-color: #deaf9d;
|
||||
--caret-color: #deaf9d;
|
||||
--sub-color: #4e3e3e;
|
||||
--text-color:#f2efed;
|
||||
--error-color: #bf616a;
|
||||
--error-extra-color: #793e44;
|
||||
}
|
Loading…
Reference in a new issue