« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content
diff options
context:
space:
mode:
Diffstat (limited to 'src/content')
-rw-r--r--src/content/dependencies/generateColorStyleVariables.js2
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}`,