refactor(theme): rename link-color theme variable

This commit is contained in:
KostyaDanovsky 2017-09-15 18:42:08 +03:00
parent 300d24f701
commit 06e86482d6
3 changed files with 5 additions and 5 deletions

View file

@ -147,7 +147,7 @@
font-size: 2.25rem;
@include nb-for-theme(cosmic) {
color: nb-theme(link-color-active);
color: nb-theme(link-color);
}
}
}

View file

@ -27,7 +27,7 @@
@include nb-for-theme(cosmic) {
&.selected {
color: nb-theme(link-color-active);
color: nb-theme(link-color);
}
}
}