mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-09 07:09:36 +08:00
Fix: Timer not visible with new stealth theme
File was also formatted with prettier.
This commit is contained in:
parent
c5011067bf
commit
d3eb3912b5
1 changed files with 17 additions and 12 deletions
|
@ -1,12 +1,17 @@
|
|||
: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}
|
||||
: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;
|
||||
}
|
||||
#timerNumber {
|
||||
color: #5e676e;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue