aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-01-31 17:39:51 +0200
committerHenry Jameson <me@hjkos.com>2024-01-31 17:39:51 +0200
commit53a4b1f9a6a9aa6bc044609c3accb074d924daf9 (patch)
tree1ee4cf91db73b5c63db776e37dbc2e8173dc3172 /src/components/notifications
parentff2db7a247284cb32933b83c56286a942923a398 (diff)
better virtual components and stuff
Diffstat (limited to 'src/components/notifications')
-rw-r--r--src/components/notifications/notifications.scss16
1 files changed, 4 insertions, 12 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss
index 5749e430..708d111b 100644
--- a/src/components/notifications/notifications.scss
+++ b/src/components/notifications/notifications.scss
@@ -7,8 +7,7 @@
}
.loadmore-error {
- color: $fallback--text;
- color: var(--text, $fallback--text);
+ color: var(--text);
}
.notification {
@@ -25,7 +24,7 @@
&.unseen {
.notification-overlay {
- background-image: linear-gradient(135deg, var(--badgeNotification, $fallback--cRed) 4px, transparent 10px);
+ background-image: linear-gradient(135deg, var(--badgeNotification) 4px, transparent 10px);
}
}
}
@@ -60,24 +59,17 @@
width: 32px;
height: 32px;
}
-
- .faint {
- --link: var(--faintLink);
- --text: var(--faint);
- }
}
.follow-request-accept {
&:hover {
- color: $fallback--text;
- color: var(--text, $fallback--text);
+ color: var(--text);
}
}
.follow-request-reject {
&:hover {
- color: $fallback--cRed;
- color: var(--cRed, $fallback--cRed);
+ color: var(--cRed);
}
}