Update 404.html
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user