add link styling
This commit is contained in:
parent
85e8c78ee5
commit
e788d30f08
1 changed files with 7 additions and 0 deletions
|
@ -360,3 +360,10 @@ p {
|
||||||
padding-right: $spacing-vertical * 2/3;
|
padding-right: $spacing-vertical * 2/3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.link {
|
||||||
|
cursor: pointer;
|
||||||
|
&:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue