Add some color to links
This commit is contained in:
parent
60c0b6c653
commit
6738fa4cbb
3 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||
|
|
|
@ -258,7 +258,7 @@
|
|||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
color: $gray;
|
||||
color: $link-color-hover;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue