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

@ -74,3 +74,9 @@ pre, code {
overflow-x: auto;
overflow-y: hidden;
}
@media (prefers-color-scheme: dark) {
html {
filter: invert(1);
}
}