We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e67985 commit db99835Copy full SHA for db99835
1 file changed
public/404.html
@@ -44,7 +44,7 @@
44
document.head.append(refresh)
45
}
46
47
- document.getElementById('main').classList.toggle('invisible')
+ setTimeout(() => document.getElementById('main').classList.toggle('invisible'), 500)
48
</script>
49
50
<style>
@@ -94,6 +94,12 @@
94
box-shadow: inset -3px 0 0 transparent;
95
96
97
+
98
+ @media (prefers-color-scheme: dark) {
99
+ body {
100
+ background: rgb(17 24 39)
101
+ }
102
103
</style>
104
</head>
105
0 commit comments