aboutsummaryrefslogtreecommitdiffstats
path: root/_sass/_as-theme.scss
diff options
context:
space:
mode:
authorVeikka Kähkönen <veikka.kahkonen@corefactory.com>2017-08-29 20:53:49 +0300
committerVeikka Kähkönen <veikka.kahkonen@corefactory.com>2017-08-29 20:53:49 +0300
commita7564f0f846b2065099e62010e42419bf8f4bf1a (patch)
treeb51c7611f5e7328e4f7d2103637df041ba757264 /_sass/_as-theme.scss
parent496c7ae5ed5adb81e8a4d013b7cd7120b9cb62c7 (diff)
Add configurable navigation
Diffstat (limited to '_sass/_as-theme.scss')
-rw-r--r--_sass/_as-theme.scss7
1 files changed, 7 insertions, 0 deletions
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;