fix(background): Critical issue of code making every background #000

This commit is contained in:
alexsparkes 2024-02-18 19:42:50 +00:00
parent b7698650fa
commit d45b7a4a6a
1 changed files with 2 additions and 2 deletions

View File

@ -148,9 +148,9 @@ body {
/* light theme critical error */
@media (prefers-color-scheme: dark) {
* {
/** {
background-color: #000000 !important;
}
}*/
.criticalError {
.criticalError-message {