change link color on hover.
This commit is contained in:
parent
97aeee9499
commit
3c57ccbd28
@ -20,9 +20,6 @@ body {
|
||||
|
||||
a {
|
||||
text-decoration:none;
|
||||
&:hover {
|
||||
text-decoration:underline;
|
||||
}
|
||||
}
|
||||
|
||||
header {
|
||||
@ -66,6 +63,9 @@ footer {
|
||||
@include grid(12);
|
||||
@include clearfix;
|
||||
}
|
||||
a:hover {
|
||||
color: darken($yellow, 10%);
|
||||
}
|
||||
}
|
||||
|
||||
.navlink {
|
||||
|
Loading…
Reference in New Issue
Block a user