disable forcing light/dark mode (doesn't work properly)

This commit is contained in:
Joeri Exelmans 2025-11-13 19:50:33 +01:00
parent 6efc27453e
commit 02cbbe601a
7 changed files with 1586 additions and 37 deletions

View file

@ -1,7 +1,7 @@
.errorStatus {
/* background-color: rgb(230,0,0); */
background-color: var(--error-color);
color: white;
color: var(--background-color);
}
.bottom {