mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 12:29:46 +08:00
made a few changes to better fit the keycap theme
This commit is contained in:
parent
77fa583d30
commit
51f3f28b02
1 changed files with 9 additions and 5 deletions
|
@ -1,11 +1,15 @@
|
|||
:root {
|
||||
--bg-color: #2B2A2A;
|
||||
--main-color: #fae1c3;
|
||||
--caret-color: #fae1c3;
|
||||
--sub-color: #bb1e10;
|
||||
--text-color: #bb1e10;
|
||||
--bg-color: #202020;
|
||||
--main-color: #91170c;
|
||||
--caret-color: #c58940;
|
||||
--sub-color: #847869;
|
||||
--text-color: #fae1c3;
|
||||
--error-color: #bb1e10;
|
||||
--error-extra-color: #791717;
|
||||
--colorful-error-color: #c5da33;
|
||||
--colorful-error-extra-color: #849224;
|
||||
}
|
||||
|
||||
#top .logo .bottom {
|
||||
color: #fae1c3;
|
||||
}
|
Loading…
Reference in a new issue