fix background in light mode

This commit is contained in:
ch0ccyra1n 2022-08-24 16:47:38 -07:00
parent c54354c102
commit d1e7c921e7

View file

@ -17,7 +17,7 @@
/* Light Mode */
@media (prefers-color-scheme: light) {
body {
background-color: white;
background-color: #E7DBDA;
}
a {
text-decoration: none;