diff options
| author | Henry Jameson <me@hjkos.com> | 2020-01-28 01:29:20 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-01-28 01:29:20 +0200 |
| commit | 526b43eba66c597c78857da6ded3c7f672f96e49 (patch) | |
| tree | ab8ba45b3a05b4f2ee24b3a2b5d53cc0d41222a7 /src/components/notifications/notifications.scss | |
| parent | 18ca2a035bc9107288e35f11be8dac83c7539503 (diff) | |
Kenomo (see: #624) theme. Ability to define link color for post contents. Fixes
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 3 |
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 { |
