aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-07-28 01:27:11 +0300
committerHenry Jameson <me@hjkos.com>2020-07-28 01:27:11 +0300
commit65b6e23c00f09f3627e29987302cd16c9e069da2 (patch)
treeaf192acd708b7c1a4cf30b3959e99aee6cd71d94 /src/components/notifications/notifications.scss
parent61d78ff11b18df641958f0492ff0f00512e31543 (diff)
refactor status
Diffstat (limited to 'src/components/notifications/notifications.scss')
-rw-r--r--src/components/notifications/notifications.scss15
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;
}