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 */
|
/* Light Mode */
|
||||||
@media (prefers-color-scheme: light) {
|
@media (prefers-color-scheme: light) {
|
||||||
body {
|
body {
|
||||||
background-color: white;
|
background-color: #E7DBDA;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue