aboutsummaryrefslogtreecommitdiff
path: root/src/components/popper
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-01-28 01:29:20 +0200
committerHenry Jameson <me@hjkos.com>2020-01-28 01:29:20 +0200
commit526b43eba66c597c78857da6ded3c7f672f96e49 (patch)
treeab8ba45b3a05b4f2ee24b3a2b5d53cc0d41222a7 /src/components/popper
parent18ca2a035bc9107288e35f11be8dac83c7539503 (diff)
Kenomo (see: #624) theme. Ability to define link color for post contents. Fixes
Diffstat (limited to 'src/components/popper')
-rw-r--r--src/components/popper/popper.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/popper/popper.scss b/src/components/popper/popper.scss
index 341416c1..8e2dcd55 100644
--- a/src/components/popper/popper.scss
+++ b/src/components/popper/popper.scss
@@ -15,6 +15,8 @@
--faint: var(--popoverFaintText, $fallback--faint);
--faintLink: var(--popoverFaintLink, $fallback--faint);
--lightText: var(--popoverLightText, $fallback--lightText);
+ --postLink: var(--popoverPostLink, $fallback--link);
+ --postFaintLink: var(--popoverPostFaintLink, $fallback--link);
--icon: var(--popoverIcon, $fallback--icon);
}