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 }