diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-04-30 21:45:59 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-05-31 12:11:46 -0300 |
commit | d01dda56dbd80f2aad9973201c27ed23b23162c3 (patch) | |
tree | fd830edf0ad67f6a11cef7c962613b308dfd0378 /src/content/dependencies | |
parent | 6dbf976005f097b3737aa87d2d09239f7a37f330 (diff) |
content, client, css: search results hover cue
Diffstat (limited to 'src/content/dependencies')
-rw-r--r-- | src/content/dependencies/generateColorStyleVariables.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content/dependencies/generateColorStyleVariables.js b/src/content/dependencies/generateColorStyleVariables.js index 069d85dd..5270dbe4 100644 --- a/src/content/dependencies/generateColorStyleVariables.js +++ b/src/content/dependencies/generateColorStyleVariables.js @@ -32,6 +32,7 @@ export default { dim, deep, deepGhost, + lightGhost, bg, bgBlack, shadow, @@ -43,6 +44,7 @@ export default { `--dim-color: ${dim}`, `--deep-color: ${deep}`, `--deep-ghost-color: ${deepGhost}`, + `--light-ghost-color: ${lightGhost}`, `--bg-color: ${bg}`, `--bg-black-color: ${bgBlack}`, `--shadow-color: ${shadow}`, |