« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/js/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/js/client')
-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,
     });
   }