diff options
| author | shpuld <shp@cock.li> | 2018-04-10 19:25:24 +0300 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2018-04-10 19:25:24 +0300 |
| commit | 6a5116c349509c160c424b6e0fe8c17ece9a3417 (patch) | |
| tree | 56c57c4e5af72a3eadad64609cb42689347f6b45 /src/App.scss | |
| parent | 8835c98529809033993b190847989f11b318cf97 (diff) | |
Fixes to notification style issues mostly
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index e4b02017..5f03e2a1 100644 --- a/src/App.scss +++ b/src/App.scss @@ -391,6 +391,11 @@ nav { } } +.faint { + color: $fallback--faint; + color: var($fallback--faint, --faint); +} + @media all and (max-width: 959px) { .mobile-hidden { display: none; |
