« get me outta code hell

css: deep image background, drop deep-ghost, etc - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/css/features.css
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-06-16 21:34:17 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-06-16 21:34:17 -0300
commit6e12da958149ceb695cf4cd2fc62dfe991d20045 (patch)
tree404daf6aaaabec0b88b6db8d7d066864cb9c6024 /src/static/css/features.css
parente4f8a2a306c4bf4e060c4ee323bebbd7ca4a2112 (diff)
css: deep image background, drop deep-ghost, etc
Diffstat (limited to 'src/static/css/features.css')
-rw-r--r--src/static/css/features.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/static/css/features.css b/src/static/css/features.css
index eb08577a..d5d85575 100644
--- a/src/static/css/features.css
+++ b/src/static/css/features.css
@@ -1471,6 +1471,8 @@
     --reveal-filter: ;
     --shadow-filter: ;
 
+    background: #0006;
+
     backdrop-filter: blur(0);
     filter:
       var(--reveal-filter)
@@ -1720,7 +1722,7 @@
   #image-overlay-content-container {
     border-radius: 0 0 8px 8px;
     border: 2px solid var(--primary-color);
-    background: var(--deep-ghost-color);
+    background: var(--deep-color);
 
     box-shadow:
       0 0 90px 30px #00000060,
@@ -1732,7 +1734,7 @@
   }
 
   #image-overlay-image-layout {
-    background: rgba(0, 0, 0, 0.65);
+    background: #0006;
   }
 
   #image-overlay-image-thumb {