fix(style): set link color to --dark variable

This change was necessary due to the dynamically loaded legal notice.
Links would have the default color without this fix.
This commit is contained in:
2026-08-06 23:29:21 +02:00
parent e62fdea1b4
commit 15b2673643
+1
View File
@@ -24,6 +24,7 @@ body {
.link {
text-decoration: none;
color: var(--dark);
}
.link:hover:not(.button-link), .link:focus-visible:not(.button-link) {