Update style.css
This commit is contained in:
parent
4771d472d0
commit
0048582ac5
|
@ -25,7 +25,6 @@ body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
background-color: #e1e0e2;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -358,6 +357,13 @@ a:hover {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: white) {
|
||||||
|
body {
|
||||||
|
background-color: #e1e0e2;
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
body {
|
body {
|
||||||
background-color: #1e1f1d;
|
background-color: #1e1f1d;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user