mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 21:09:18 +08:00
Add stealth theme css
This commit is contained in:
parent
dbcd934970
commit
b1de0c5baa
1 changed files with 12 additions and 0 deletions
12
static/themes/stealth.css
Normal file
12
static/themes/stealth.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
:root{
|
||||
--bg-color: #010203;
|
||||
--main-color: #383e42;
|
||||
--caret-color: #e25303;
|
||||
--sub-color: #5e676e;
|
||||
--text-color: #383e42;
|
||||
--error-color: #e25303;
|
||||
--error-extra-color: #73280c;
|
||||
--colorful-error-color: #e25303;
|
||||
--colorful-error-extra-color: #73280c;
|
||||
}
|
||||
#menu .icon-button:nth-child(4){color:#e25303}
|
Loading…
Reference in a new issue