diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-05-18 07:56:46 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-05-31 12:11:56 -0300 |
commit | 4c77ada1015fb374d3775d1aeea4ed9da67323a1 (patch) | |
tree | 1e6a2d7af571c630da7a22868c3e0807928d6753 /src/static/js | |
parent | 33f5658ea21527f81b11d620ba36dc1387fa3bcd (diff) |
css: tweak search reuslt image & placeholder appearance
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); } |