dark theme support
This commit is contained in:
parent
5520bce855
commit
4293cb7b6d
@ -13,7 +13,14 @@ body {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: system-ui, sans-serif;
|
font-family: system-ui, sans-serif;
|
||||||
background-color: #dff3f1;
|
background-color: #dff3f1;
|
||||||
color: black;
|
color: #211;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body {
|
||||||
|
background: #211;
|
||||||
|
color: #dff3f1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mao-error {
|
.mao-error {
|
||||||
|
Loading…
Reference in New Issue
Block a user