fix: accessibility issues with footer links, update theme guide

This commit is contained in:
radishzzz 2025-05-17 10:43:40 +01:00
parent bd4db06709
commit 1c374367fd
11 changed files with 22 additions and 22 deletions

View file

@ -61,7 +61,7 @@ h4:hover .heading-anchor-link svg:hover {
--at-apply: 'after:bottom-0.68em';
}
.footer-highlight-position-fix {
--at-apply: 'after:bottom-0.24em';
--at-apply: 'after:bottom-0.34em';
}
}

View file

@ -7,7 +7,7 @@
/* Global Styles */
.heti {
--at-apply: 'break-words leading-1.5em hyphens-auto cjk:tracking-0.02em';
--at-apply: 'break-words leading-normal hyphens-auto cjk:tracking-0.02em';
}
/* Customized Post Title */
@ -194,7 +194,7 @@ html.dark .heti pre :where(span) {
/* Superscript and Subscript >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.heti :where(sub),
.heti :where(sup) {
--at-apply: 'relative mx-0.1em align-baseline text-0.75em leading-1';
--at-apply: 'relative mx-0.1em align-baseline text-0.75em';
}
.heti :where(sub) {
--at-apply: 'bottom--0.25em';