Fix: Timer not visible with new stealth theme

File was also formatted with prettier.
This commit is contained in:
Ahmad-A0 2021-01-15 20:06:56 +00:00 committed by GitHub
parent c5011067bf
commit d3eb3912b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}