« get me outta code hell

more customizable wallpaper styles - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/static
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2021-01-27 21:24:09 -0400
committer(quasar) nebula <towerofnix@gmail.com>2021-02-01 12:25:20 -0400
commitaee544c919fa3d88f22ffdf44668b6938b1e2b26 (patch)
tree4d6d4b85837abc4092424c1b7d943603be2732bc /static
parentd7d618d9b9cbe616282d84e60de90010d18ab9c5 (diff)
more customizable wallpaper styles
Diffstat (limited to 'static')
-rw-r--r--static/site.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/static/site.css b/static/site.css
index 1e8c078..f0e10bb 100644
--- a/static/site.css
+++ b/static/site.css
@@ -13,7 +13,6 @@
     --bg-color: #222222;
     --theme: 0; /* 0: dark (below light), 1: light (below dark) */
     --bg: url("../media/bg.jpg");
-    --bg-opacity: 0.5;
 }
 
 body {
@@ -36,7 +35,7 @@ body::before {
     background-image: var(--bg);
     background-position: center;
     background-size: cover;
-    opacity: var(--bg-opacity);
+    opacity: 0.5;
 }
 
 #page-container {