Add dark mode

This commit is contained in:
William 2023-01-08 16:46:33 +00:00
parent 4003b08fbe
commit a788533c4a
1 changed files with 6 additions and 0 deletions

View File

@ -73,4 +73,10 @@ pre, code {
display: block;
overflow-x: auto;
overflow-y: hidden;
}
@media (prefers-color-scheme: dark) {
html {
filter: invert(1);
}
}