mirror of
https://github.com/mue/mue.git
synced 2026-06-05 23:45:53 +02:00
fix: bad css on light theme
This commit is contained in:
@@ -147,9 +147,9 @@ body {
|
||||
|
||||
/* light theme critical error */
|
||||
@media (prefers-color-scheme: dark) {
|
||||
/** {
|
||||
background-color: #000000 !important;
|
||||
} */
|
||||
body {
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
.criticalError {
|
||||
.criticalError-message {
|
||||
@@ -173,8 +173,8 @@ body {
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
* {
|
||||
background-color: #fff !important;
|
||||
body {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.criticalError {
|
||||
|
||||
Reference in New Issue
Block a user