Underline all links

This commit is contained in:
Patrick Smith
2019-02-12 17:03:42 -05:00
parent 0e72810ac8
commit d61a87d0c6
5 changed files with 8 additions and 2 deletions

View File

@@ -70,7 +70,7 @@
display: block;
padding: $gap ($gap * 2);
color: $color-black;
text-decoration: none;
text-decoration: underline;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;