Update 404.html
This commit is contained in:
@@ -26,6 +26,17 @@
|
|||||||
<link href='img/icon.ico' rel='apple-touch-icon'/>
|
<link href='img/icon.ico' rel='apple-touch-icon'/>
|
||||||
<script src="JAVASCRIPT/404.js"></script>
|
<script src="JAVASCRIPT/404.js"></script>
|
||||||
<style>
|
<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; }
|
body { margin: 0; background: #282c34; overflow: hidden; }
|
||||||
text, .output {
|
text, .output {
|
||||||
fill: white;
|
fill: white;
|
||||||
|
|||||||
Reference in New Issue
Block a user