Restore links to be underlined by default.
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
body {
|
body {
|
||||||
background-color: $body-background-color; // Off white
|
background-color: $body-background-color; // Off white
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.link-invert {
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user