diff options
| author | shpuld <shp@cock.li> | 2018-04-10 22:12:59 +0300 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2018-04-10 22:12:59 +0300 |
| commit | 896fea7dbdedce3aea88b185565b4fdccde405bd (patch) | |
| tree | 545db533d6e7e4a3b03dd59bc1b3412914a6f4f2 /src/App.scss | |
| parent | da1a222cabb6a6e2e12847393bf5f89dbf9dc56f (diff) | |
Fixes from review
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) { |
