fix: inconsistent href colors

This commit is contained in:
iodomi
2026-06-22 12:08:55 +02:00
parent 24682c9947
commit 168974e6ce

View File

@@ -86,12 +86,12 @@ footer#footer {
justify-content: center; justify-content: center;
} }
.link { a[href] {
color: var(--link); color: var(--link);
text-decoration: none; text-decoration: none;
} }
.link:hover { a[href]:hover {
color: var(--link-hover); color: var(--link-hover);
} }