Add standard colors/style for link hover to base styles
This commit is contained in:
parent
a5b0b14264
commit
27c7d4edca
1 changed files with 13 additions and 0 deletions
|
@ -54,6 +54,19 @@ p {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Links
|
||||||
|
|
||||||
|
|
||||||
|
a {
|
||||||
|
// color: $;
|
||||||
|
&:hover {
|
||||||
|
// color: $blue-light;
|
||||||
|
background-color: $link-hover-background;
|
||||||
|
padding: $link-hover-padding;
|
||||||
|
margin: -$link-hover-padding;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Rule
|
// Rule
|
||||||
//
|
//
|
||||||
// Adds big border
|
// Adds big border
|
||||||
|
|
Loading…
Reference in a new issue