Remove unsightly greenness from dark theme

This commit is contained in:
Kiril Kovachev 2024-10-21 10:23:48 +01:00
parent 677e0868d2
commit 00b8b2109b

View File

@ -1,3 +1,8 @@
body {
background: green;
background: black;
color: aliceblue;
}
html {
background-color: black;
}