diff options
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss index 5f03e2a1..61acc4ce 100644 --- a/src/App.scss +++ b/src/App.scss @@ -393,7 +393,7 @@ nav { .faint { color: $fallback--faint; - color: var($fallback--faint, --faint); + color: var(--faint, $fallback--faint); } @media all and (max-width: 959px) { |
