Fix link highlight color

This commit is contained in:
Nabeel Shahzad
2018-04-15 12:37:19 -05:00
parent 775900bb14
commit e369695da5
5 changed files with 4 additions and 1492 deletions

View File

@@ -75,7 +75,7 @@
> li > a:not(.btn):focus {
background-color: transparent;
border-radius: 3px;
color: $info-color;
//color: $info-color;
@include opacity(1);
}