fix the fact that i wrote dark mode with dark reader on
This commit is contained in:
parent
81523a444d
commit
7754599e72
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
background: #222;
|
background: #222;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message {
|
.message {
|
||||||
|
|
Loading…
Reference in a new issue