aboutsummaryrefslogtreecommitdiff
path: root/src/components/status/status.vue
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/status/status.vue
parent18ca2a035bc9107288e35f11be8dac83c7539503 (diff)
Kenomo (see: #624) theme. Ability to define link color for post contents. Fixes
Diffstat (limited to 'src/components/status/status.vue')
-rw-r--r--src/components/status/status.vue7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue
index 1997e187..b1048832 100644
--- a/src/components/status/status.vue
+++ b/src/components/status/status.vue
@@ -451,6 +451,8 @@ $status-margin: 0.75em;
--lightText: var(--selectedPostLightText, $fallback--light);
--faint: var(--selectedPostFaintText, $fallback--faint);
--faintLink: var(--selectedPostFaintLink, $fallback--faint);
+ --postLink: var(--selectedPostPostLink, $fallback--faint);
+ --postFaintLink: var(--selectedPostFaintPostLink, $fallback--faint);
--icon: var(--selectedPostIcon, $fallback--icon);
}
@@ -640,6 +642,11 @@ $status-margin: 0.75em;
line-height: 1.4em;
white-space: pre-wrap;
+ a {
+ color: $fallback--link;
+ color: var(--postLink, $fallback--link);
+ }
+
img, video {
max-width: 100%;
max-height: 400px;