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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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