diff options
| author | Henry Jameson <me@hjkos.com> | 2020-07-28 01:27:11 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-07-28 01:27:11 +0300 |
| commit | 65b6e23c00f09f3627e29987302cd16c9e069da2 (patch) | |
| tree | af192acd708b7c1a4cf30b3959e99aee6cd71d94 /src/components/notifications/notifications.scss | |
| parent | 61d78ff11b18df641958f0492ff0f00512e31543 (diff) | |
refactor status
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index b1a3ad70..1bd91995 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -60,16 +60,8 @@ height: 32px; } - .status-body { - color: $fallback--faint; - color: var(--faint, $fallback--faint); - a { - color: var(--faintLink); - } - .status-content a { - color: var(--postFaintLink); - } - } + --link: var(--faintLink); + --text: var(--faint); } .follow-request-accept { @@ -106,7 +98,8 @@ } } - .status-el { + /* TODO cleanup this */ + .Status { flex: 1; } |
