mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-08 22:50:00 +08:00
updated comfy text color to be monochromatic, updated error color
This commit is contained in:
parent
4c118d5f66
commit
9f5bb64aee
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@
|
|||
--main-color: #f8cdc6;
|
||||
--caret-color: #9ec1cc;
|
||||
--sub-color: #9ec1cc;
|
||||
--text-color: #f8cdc6;
|
||||
--error-color: #a0a2a6;
|
||||
--error-extra-color: #a0a2a6;
|
||||
--text-color: #f5efee;
|
||||
--error-color: #c9465e;
|
||||
--error-extra-color: #c9465e;
|
||||
--colorful-error-color: #c9465e;
|
||||
--colorful-error-extra-color: #c9465e;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue