forked from planex/defiance
fix background in light mode
This commit is contained in:
parent
c54354c102
commit
d1e7c921e7
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
/* Light Mode */
|
||||
@media (prefers-color-scheme: light) {
|
||||
body {
|
||||
background-color: white;
|
||||
background-color: #E7DBDA;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue