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-05 14:13:42 +02:00
parent 8f47a6dde0
commit 64f4116820
+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) {