From f08bae4b40670fae8415e624d64d19c0cb76042d Mon Sep 17 00:00:00 2001 From: Harley White Date: Sun, 6 Jun 2021 23:51:50 -0400 Subject: [PATCH] Stuff --- demo.html | 2 +- js/technical/temp.js | 3 +++ style.css | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/demo.html b/demo.html index cb01d57..b5db2db 100644 --- a/demo.html +++ b/demo.html @@ -32,7 +32,7 @@ -
+
diff --git a/js/technical/temp.js b/js/technical/temp.js index 8d61524..63e4601 100644 --- a/js/technical/temp.js +++ b/js/technical/temp.js @@ -25,6 +25,7 @@ var traversableClasses = [] function setupTemp() { tmp = {} tmp.pointGen = {} + tmp.backgroundStyle = {} tmp.displayThings = [] tmp.scrolled = 0 funcs = {} @@ -103,6 +104,8 @@ function updateTemp() { } tmp.pointGen = getPointGen() + tmp.backgroundStyle = readData(backgroundStyle) + tmp.displayThings = [] for (thing in displayThings){ let text = displayThings[thing] diff --git a/style.css b/style.css index 37f0cc9..ff666a7 100644 --- a/style.css +++ b/style.css @@ -765,7 +765,7 @@ button > * { width: 100%; height: 100%; position: absolute; - background-color: var(--background); + background-color: transparent; top: 0 }