diff options
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; |
