Make active links in dropdown bold

This commit is contained in:
Annabel Dunstone Gray 2017-02-17 08:08:50 -06:00
parent b43cb21dde
commit 05ec7f8a0c

View file

@ -111,7 +111,7 @@ header {
} }
li { li {
.active a { &.active a {
font-weight: bold; font-weight: bold;
} }