fix: message of the day unreadable in light mode

This commit is contained in:
Jones8683
2026-01-19 12:09:57 +10:30
parent 5a19ef92e8
commit 940ecf8714
2 changed files with 9 additions and 5 deletions
@@ -8,12 +8,16 @@
object-fit: cover;
z-index: 4;
box-shadow: 0 0 0 3px #000000;
transition: box-shadow 0.05s ease-in-out;
}
.dark .userInfoImg {
box-shadow: 0 0 0 3px #ffffff;
transition: box-shadow 0.05s ease-in-out;
}
.userInfosvgdiv {
filter: invert(0) !important;
}
@media (prefers-reduced-motion: reduce) {
.userInfoImg {
transition: none !important;
}
}