Fixes from review

This commit is contained in:
shpuld 2018-04-10 22:12:59 +03:00
parent da1a222cab
commit 896fea7dbd
4 changed files with 11 additions and 7 deletions

View file

@ -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) {