Update 404.html

This commit is contained in:
FURK4NGG
2025-03-28 14:05:43 +03:00
committed by GitHub
parent 181037ff43
commit be588347c0
+11
View File
@@ -26,6 +26,17 @@
<link href='img/icon.ico' rel='apple-touch-icon'/>
<script src="JAVASCRIPT/404.js"></script>
<style>
.darkmode-toggle {
-webkit-user-select: none !important;
color: var(--white);
}
.darkmode-toggle:hover {
cursor: none;
}
.darkmode-toggle--white {
background: #fff;
color: black;
}
body { margin: 0; background: #282c34; overflow: hidden; }
text, .output {
fill: white;