From 6e12da958149ceb695cf4cd2fc62dfe991d20045 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 16 Jun 2026 21:34:17 -0300 Subject: css: deep image background, drop deep-ghost, etc --- src/static/js/client/image-overlay.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/static/js/client/image-overlay.js') 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, }); } -- cgit 1.3.0-6-gf8a5