mirror of
https://github.com/cupcakearmy/ora.git
synced 2025-03-11 05:57:35 +00:00
dark mode
This commit is contained in:
parent
2272c1c7ac
commit
f66293fd9d
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user