diff options
Diffstat (limited to '_sass/_as-theme.scss')
| -rw-r--r-- | _sass/_as-theme.scss | 7 |
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; |
