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:43:31 +02:00
parent d9ed16f3de
commit b27c89945f
+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) {