« get me outta code hell

turn off rainbow bg, RIP - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-06-10 17:14:17 -0300
committer(quasar) nebula <qznebula@protonmail.com>2022-06-10 17:14:17 -0300
commitc5dfda897ad6ea1efc6f32411d408ab71e1f062b (patch)
tree9daf6060c2aa149fb2db9de136198b8959f7f123
parent531219642b93a5dc236f217d22f024fb2707191f (diff)
turn off rainbow bg, RIP
and DURING PRIDE MONTH???
Homestuck Music Wiki is HOMOPHOBIC???????
-rw-r--r--src/static/site.css12
-rwxr-xr-xsrc/upd8.js2
2 files changed, 1 insertions, 13 deletions
diff --git a/src/static/site.css b/src/static/site.css
index fc60c23..2dc6c6d 100644
--- a/src/static/site.css
+++ b/src/static/site.css
@@ -967,18 +967,6 @@ li > ul {
 
 /* important easter egg mode */
 
-html[data-language-code=preview-en][data-url-key="localized.home"] body {
-    background-color: #ff00a2;
-    animation: preview-rainbow 30s infinite;
-    background: linear-gradient(rgba(255,0,0,1) 0%, rgba(255,154,0,1) 10%, rgba(208,222,33,1) 20%, rgba(79,220,74,1) 30%, rgba(63,218,216,1) 40%, rgba(47,201,226,1) 50%, rgba(28,127,238,1) 60%, rgba(95,21,242,1) 70%, rgba(186,12,248,1) 80%, rgba(251,7,217,1) 90%, rgba(255,0,0,1) 100%) 0 0/100% 200%;
-}
-
-@keyframes preview-rainbow {
-    to {
-        background-position: 0 -200%;
-    }
-}
-
 html[data-language-code=preview-en][data-url-key="localized.home"] #content h1::after {
     font-family: cursive;
     display: block;
diff --git a/src/upd8.js b/src/upd8.js
index 1631c7b..241392d 100755
--- a/src/upd8.js
+++ b/src/upd8.js
@@ -175,7 +175,7 @@ import FileSizePreloader from './file-size-preloader.js';
 
 const __dirname = path.dirname(fileURLToPath(import.meta.url));
 
-const CACHEBUST = 8;
+const CACHEBUST = 9;
 
 const DEFAULT_STRINGS_FILE = 'strings-default.json';