Add some color to links
This commit is contained in:
@ -84,7 +84,7 @@
|
||||
border-radius: 0;
|
||||
|
||||
&:hover {
|
||||
color: $gray;
|
||||
color: $link-color-hover;
|
||||
}
|
||||
|
||||
&.current {
|
||||
@ -132,7 +132,7 @@
|
||||
border-radius: $border-radius;
|
||||
|
||||
&:hover {
|
||||
color: $gray;
|
||||
color: $link-color-hover;
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
|
Reference in New Issue
Block a user