renamed blue_link var to primary_color
This commit is contained in:
parent
df0bd0c212
commit
d7e9eda24d
6 changed files with 9 additions and 10 deletions
|
@ -38,7 +38,7 @@ a {
|
|||
color: $link_color;
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
color: $blue_link;
|
||||
color: $primary_color;
|
||||
}
|
||||
|
||||
&.btn {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue