« 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/js
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/js
parente4f8a2a306c4bf4e060c4ee323bebbd7ca4a2112 (diff)
css: deep image background, drop deep-ghost, etc
Diffstat (limited to 'src/static/js')
-rw-r--r--src/static/js/client/image-overlay.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/static/js/client/image-overlay.js b/src/static/js/client/image-overlay.js
index 0595bff7..3dbe4159 100644
--- a/src/static/js/client/image-overlay.js
+++ b/src/static/js/client/image-overlay.js
@@ -211,14 +211,12 @@ function updateImageOverlayColors(details) {
     cssProp(info.container, {
       '--primary-color': colors.primary,
       '--deep-color': colors.deep,
-      '--deep-ghost-color': colors.deepGhost,
       '--bg-black-color': colors.bgBlack,
     });
   } else {
     cssProp(info.container, {
       '--primary-color': null,
       '--deep-color': null,
-      '--deep-ghost-color': null,
       '--bg-black-color': null,
     });
   }