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/content | |
| parent | e4f8a2a306c4bf4e060c4ee323bebbd7ca4a2112 (diff) | |
css: deep image background, drop deep-ghost, etc
Diffstat (limited to 'src/content')
| -rw-r--r-- | src/content/dependencies/generateColorStyleVariables.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/content/dependencies/generateColorStyleVariables.js b/src/content/dependencies/generateColorStyleVariables.js index 843fa94c..08afb9e9 100644 --- a/src/content/dependencies/generateColorStyleVariables.js +++ b/src/content/dependencies/generateColorStyleVariables.js @@ -30,7 +30,6 @@ export default { dark, dim, deep, - deepGhost, abyss, lightGhost, bg, @@ -43,7 +42,6 @@ export default { `--dark-color: ${dark}`, `--dim-color: ${dim}`, `--deep-color: ${deep}`, - `--deep-ghost-color: ${deepGhost}`, `--abyss-color: ${abyss}`, `--light-ghost-color: ${lightGhost}`, `--bg-color: ${bg}`, |