« get me outta code hell

content: linkThing: fix not providing deep, bg-black colors - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/linkThing.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-01-10 11:53:02 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-01-11 18:07:56 -0400
commitd36e344860273bfb2775526aac833f4f1d47b14f (patch)
tree6389e993d88eb62e88bafea6a458aa6d3ec0a9d4 /src/content/dependencies/linkThing.js
parentbb0633d83fffa0b910018022da46ce225bbca49a (diff)
content: linkThing: fix not providing deep, bg-black colors
Diffstat (limited to 'src/content/dependencies/linkThing.js')
-rw-r--r--src/content/dependencies/linkThing.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content/dependencies/linkThing.js b/src/content/dependencies/linkThing.js
index 3971001..5978056 100644
--- a/src/content/dependencies/linkThing.js
+++ b/src/content/dependencies/linkThing.js
@@ -95,6 +95,8 @@ export default {
           selectColors = {
             '--primary-color': 'primary',
             '--dim-color': 'dim',
+            '--deep-color': 'deep',
+            '--bg-black-color': 'bgBlack',
           };
           break;