css: add dark mode
This commit is contained in:
parent
fce5a44e8d
commit
c162897c41
|
@ -13,6 +13,12 @@ body {
|
|||
font-size: 32px;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background-color: #556262;
|
||||
}
|
||||
}
|
||||
|
||||
#main {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in New Issue
Block a user