6
0
Fork 0
This commit is contained in:
Patrick Reijnen 2023-05-12 16:54:26 +02:00
commit 7c201f96f2

View file

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