added dark mode

This commit is contained in:
2024-03-15 23:40:48 +00:00
parent 39da841761
commit eaaa3fe61a

View File

@@ -7,4 +7,9 @@ body {
padding: 0 10px;
}
@media (prefers-color-scheme: dark) {
body {
color: #f7f7f7;
background-color: #554d56;
}
}