disable forcing light/dark mode (doesn't work properly)
This commit is contained in:
parent
6efc27453e
commit
02cbbe601a
7 changed files with 1586 additions and 37 deletions
|
|
@ -1,7 +1,7 @@
|
|||
.errorStatus {
|
||||
/* background-color: rgb(230,0,0); */
|
||||
background-color: var(--error-color);
|
||||
color: white;
|
||||
color: var(--background-color);
|
||||
}
|
||||
|
||||
.bottom {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue