Skip to content

Commit c01c7e9

Browse files
committed
Add styles for links to get them to show up:
1 parent 2a28940 commit c01c7e9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_sass/base/_override.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ body {
55
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
66
}
77

8-
a, a:visited, a:hover, a:active, a:focus {
9-
color: inherit;
10-
}
8+
a:link {color: $mainBrandColor; font-weight:600;}
9+
a:visited {color: $secondaryBrandColor; font-weight:600;}
1110

1211
a.external {
1312
&:after {

0 commit comments

Comments
 (0)