diff options
Diffstat (limited to 'src/static/js')
-rw-r--r-- | src/static/js/client.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/js/client.js b/src/static/js/client.js index 9bef44a2..8e731dfd 100644 --- a/src/static/js/client.js +++ b/src/static/js/client.js @@ -4301,6 +4301,7 @@ function generateSidebarSearchResultTemplate(slots) { try { const colors = getColors(slots.color, {chroma}); cssProp(link, '--light-ghost-color', colors.lightGhost); + cssProp(link, '--deep-color', colors.deep); } catch (error) { console.warn(error); } |