diff options
| author | Henry Jameson <me@hjkos.com> | 2018-04-15 06:02:01 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-05-12 15:19:53 +0300 |
| commit | c46795c6922bdfc3f3669d71f0c5867cb2f1577a (patch) | |
| tree | dd9d3df26e30770d1f0f0d25a9f7511422ef0560 /src/components/notifications/notifications.scss | |
| parent | 622e8cd94feae777290236c5d5126343da93f142 (diff) | |
use semi-transparent faint color + fix
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 9cbb1226..008530b4 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -98,7 +98,7 @@ .status { padding: 0.25em 0; color: $fallback--faint; - color: var($fallback--faint, --faint); + color: var(--faint, $fallback--faint); } padding: 0; .media-body { |
