style: adjust underline offset for links

This commit is contained in:
Denis Romanov
2025-10-26 13:54:29 +04:00
committed by GitHub
parent 26c52d6561
commit 9a0ac0a19c

View File

@@ -113,6 +113,7 @@ body:not(:has(.edit)) {
a:not(.btn),
.dark a:not(.btn) {
color: inherit;
text-underline-offset: .125em;
}
a:not(.btn):hover,
.dark a:not(.btn):hover,