css: add dark mode

This commit is contained in:
bretello 2024-06-15 12:50:20 +02:00
parent fce5a44e8d
commit c162897c41
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -13,6 +13,12 @@ body {
font-size: 32px; font-size: 32px;
} }
@media (prefers-color-scheme: dark) {
body {
background-color: #556262;
}
}
#main { #main {
display: flex; display: flex;
align-items: center; align-items: center;