Modify text decoration color

This commit is contained in:
2026-09-21 21:06:02 -04:00
parent 4195cfddb0
commit b73a6e783e

View File

@@ -42,6 +42,7 @@ footer {
a { a {
color: var(--color-unhovered-link); color: var(--color-unhovered-link);
text-decoration-style: dashed; text-decoration-style: dashed;
text-decoration-color: color-mix(in srgb, currentColor 80%, transparent);
} }
a:hover { a:hover {