From 896fea7dbdedce3aea88b185565b4fdccde405bd Mon Sep 17 00:00:00 2001 From: shpuld Date: Tue, 10 Apr 2018 22:12:59 +0300 Subject: Fixes from review --- src/App.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/App.scss') 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) { -- cgit v1.2.3-70-g09d2