dark mode

This commit is contained in:
cupcakearmy 2021-11-23 15:10:11 +01:00
parent 2272c1c7ac
commit f66293fd9d
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 7 additions and 0 deletions

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>