diff options
Diffstat (limited to 'src/static/js/client')
| -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, }); } |