dark mode

This commit is contained in:
2021-11-23 15:10:11 +01:00
parent 2272c1c7ac
commit f66293fd9d

View File

@@ -18,6 +18,13 @@
width: 100vw;
height: 100vh;
}
@media (prefers-color-scheme: dark) {
body {
filter: invert(1) hue-rotate(180deg);
background-color: #111;
}
}
</style>
<title>Ora</title>
</head>