diff options
| 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 |
| commit | 6e12da958149ceb695cf4cd2fc62dfe991d20045 (patch) | |
| tree | 404daf6aaaabec0b88b6db8d7d066864cb9c6024 /src/static/js | |
| parent | e4f8a2a306c4bf4e060c4ee323bebbd7ca4a2112 (diff) | |
css: deep image background, drop deep-ghost, etc
Diffstat (limited to 'src/static/js')
| -rw-r--r-- | src/static/js/client/image-overlay.js | 2 |
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, }); } |