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 20:47:02 +02:00
committed by Gitea
parent 39c22058cf
commit 21704a439b
+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) {