renamed blue_link var to primary_color

This commit is contained in:
Koen Punt 2012-11-25 20:03:14 +01:00
parent df0bd0c212
commit d7e9eda24d
6 changed files with 9 additions and 10 deletions

View file

@ -12,7 +12,7 @@
color: $link_color;
&:hover {
text-decoration: none;
color: $blue_link;
color: $primary_color;
}
}