fix the fact that i wrote dark mode with dark reader on

This commit is contained in:
Schrottkatze 2024-11-12 21:15:05 +01:00
parent 81523a444d
commit 7754599e72
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc

View file

@ -1,6 +1,7 @@
html, html,
body { body {
background: #222; background: #222;
color: white;
} }
.message { .message {
@ -27,4 +28,4 @@ body {
.from_admin p { .from_admin p {
border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;
} }