6
0
Fork 0

Styling van links

This commit is contained in:
Michael Boelen 2023-05-12 16:44:58 +02:00
parent b3efa99e37
commit b37876ea35

View file

@ -212,7 +212,7 @@ h1, h2, h3, h4, h5, strong, b {
.menu li{ .menu li{
float: left; float: left;
} }
.menu a,a:link,a:visited { .menu a {
color: $color-text-inverse; color: $color-text-inverse;
} }
.menu a:hover { .menu a:hover {
@ -276,6 +276,7 @@ a:visited {
a:hover, a:hover,
a.heading-link { a.heading-link {
color: inherit;
text-decoration: underline; text-decoration: underline;
} }