diff options
| author | Henry Jameson <me@hjkos.com> | 2018-10-07 19:59:22 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-10-07 19:59:22 +0300 |
| commit | 96804d42f0f6aa6af85295933af6fd267b19e473 (patch) | |
| tree | 28f44a6592da88095afc28fd91393b08497c5590 /src/components/notifications/notifications.scss | |
| parent | 5441766c3cba46682227202e91e08c4fbb3e3ac3 (diff) | |
Some themeing is working!!
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index a137ccd5..a98c2549 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -22,8 +22,8 @@ } .loadmore-error { - color: $fallback--fg; - color: var(--fg, $fallback--fg); + color: $fallback--text; + color: var(--text, $fallback--text); } .unseen { @@ -90,6 +90,9 @@ padding: 0.25em 0; color: $fallback--faint; color: var(--faint, $fallback--faint); + a { + color: var(--faintLink); + } } padding: 0; .media-body { |
