mirror of
https://github.com/cupcakearmy/ora.git
synced 2025-03-12 06:27:34 +00:00
dark mode
This commit is contained in:
parent
2272c1c7ac
commit
f66293fd9d
@ -18,6 +18,13 @@
|
|||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body {
|
||||||
|
filter: invert(1) hue-rotate(180deg);
|
||||||
|
background-color: #111;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<title>Ora</title>
|
<title>Ora</title>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user