SCSS cleanup. (#860)

- Delete some unused CSS definitions

- Switch the nav bar link hover color from cyan to the site's overall
$linkHoverColor.
This commit is contained in:
Martin Taillefer 2018-01-08 10:37:01 -08:00 committed by Laurent Demailly
parent 127928a5f8
commit ba76cf4e46
2 changed files with 1 additions and 10 deletions

View File

@ -32,7 +32,6 @@ $linkColor: $mainBrandColor;
$linkHoverColor: lighten($linkColor, 20%);
$linkDisabledColor: #CCCCCC;
$textColor: #535f61;
$titleColor: #555555;
$dividerBarColor: rgba(0, 0, 0, .1);
// General Colors

View File

@ -35,14 +35,6 @@ header {
}
}
a.nav-link {
color: $white;
&::hover {
color: $popBrandColor;
}
}
a.active {
border-bottom: solid 3px $white;
border-radius: 2px;
@ -70,7 +62,7 @@ header {
color: white;
&:hover {
color: cyan;
color: $linkHoverColor;
}
&:active {