diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-08-09 21:56:15 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-08-09 21:56:15 +0000 |
| commit | 750696643ffde27c1e8ae5a50253bbee5bfc4249 (patch) | |
| tree | 0d6cf88d2ae191f79b604057d5a06b322b77d2aa /src/components/notifications/notifications.scss | |
| parent | 7773e7de6454a7ecd79b695ba27cccabeaca184e (diff) | |
| parent | 572f28d7c9efea4300cb88063baf4daab91e7910 (diff) | |
Merge branch 'feat/report-notification' into 'develop'
#949 Feat/report notification
See merge request pleroma/pleroma-fe!1322
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 3d3408f7..f71f9b76 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -59,8 +59,10 @@ height: 32px; } - --link: var(--faintLink); - --text: var(--faint); + .faint { + --link: var(--faintLink); + --text: var(--faint); + } } .follow-request-accept { |
