aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications
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/notifications
parent18ca2a035bc9107288e35f11be8dac83c7539503 (diff)
Kenomo (see: #624) theme. Ability to define link color for post contents. Fixes
Diffstat (limited to 'src/components/notifications')
-rw-r--r--src/components/notifications/notifications.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss
index 71876b14..ca762432 100644
--- a/src/components/notifications/notifications.scss
+++ b/src/components/notifications/notifications.scss
@@ -68,6 +68,9 @@
a {
color: var(--faintLink);
}
+ .status-content a {
+ color: var(--postFaintLink);
+ }
}
padding: 0;
.media-body {