diff options
| author | Henry Jameson <me@hjkos.com> | 2020-06-13 13:09:55 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-06-13 13:09:55 +0300 |
| commit | c13d5b4f1bc102c0ae3603e6316ab6822e830277 (patch) | |
| tree | 26eca701a7c2c8401b4b505a042d785acf98a915 /src/components/notifications/notifications.scss | |
| parent | 7de56a8063e6c8ef1c0f3bbe87428f5887c38485 (diff) | |
Fix faint links in notifications
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index b675af5a..20797cf9 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -54,25 +54,20 @@ flex-wrap: nowrap; padding: 0.6em; min-width: 0; + .avatar-container { width: 32px; height: 32px; } - .status-el { - .status { - padding: 0.25em 0; - color: $fallback--faint; - color: var(--faint, $fallback--faint); - a { - color: var(--faintLink); - } - .status-content a { - color: var(--postFaintLink); - } + + .status-body { + color: $fallback--faint; + color: var(--faint, $fallback--faint); + a { + color: var(--faintLink); } - padding: 0; - .media-body { - margin: 0; + .status-content a { + color: var(--postFaintLink); } } } |
