Skip to content

Commit 5055f27

Browse files
authored
make links underlined by default
1 parent a78329f commit 5055f27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_sass/_page.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
}
7474

7575
a {
76-
text-decoration: none;
76+
text-decoration: underline;
7777

7878
&:hover {
7979
text-decoration: underline;
@@ -398,4 +398,4 @@
398398
margin-bottom: 10px;
399399
font-size: $type-size-6;
400400
text-transform: uppercase;
401-
}
401+
}

0 commit comments

Comments
 (0)