aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-10-07 19:59:22 +0300
committerHenry Jameson <me@hjkos.com>2018-10-07 19:59:22 +0300
commit96804d42f0f6aa6af85295933af6fd267b19e473 (patch)
tree28f44a6592da88095afc28fd91393b08497c5590 /src/components/notifications
parent5441766c3cba46682227202e91e08c4fbb3e3ac3 (diff)
Some themeing is working!!
Diffstat (limited to 'src/components/notifications')
-rw-r--r--src/components/notifications/notifications.scss7
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 {