Update style.css

This commit is contained in:
rafael 2026-04-28 00:08:21 +00:00
parent 31077d2e09
commit a868e33cec

View file

@ -75,9 +75,9 @@ body {
}
.footer a {
color: inherit; /* match surrounding text color */
text-decoration: underline; /* keep underline so it's clearly a link */
text-decoration-color: rgba(238, 238, 238, 0.3); /* dim underline */
color: inherit;
text-decoration: underline;
text-decoration-color: rgba(238, 238, 238, 0.3);
text-underline-offset: 2px;
transition: color 0.2s ease, text-decoration-color 0.2s ease;
}