From a7564f0f846b2065099e62010e42419bf8f4bf1a Mon Sep 17 00:00:00 2001 From: Veikka Kähkönen Date: Tue, 29 Aug 2017 20:53:49 +0300 Subject: Add configurable navigation --- _sass/_as-theme.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '_sass/_as-theme.scss') diff --git a/_sass/_as-theme.scss b/_sass/_as-theme.scss index e17f605..119a6f3 100644 --- a/_sass/_as-theme.scss +++ b/_sass/_as-theme.scss @@ -78,6 +78,13 @@ body { } } +.navigation__item.active { + font-weight: bold; +} + +.navigation__item.active a { + color: $purple-color; +} .header__title { padding-top: $spacing-unit/4; padding-bottom: $spacing-unit/4; -- cgit v1.3