style: update highlight hover animation duration

This commit is contained in:
radishzzz 2025-05-19 04:19:10 +01:00
parent 4c9ea3febd
commit 9edc1fc325

View file

@ -61,7 +61,7 @@ h4:hover .heading-anchor-link svg:hover {
--at-apply: 'origin-bottom-left scale-x-100';
}
.highlight-hover::after {
--at-apply: 'origin-bottom-right scale-x-0 transition-transform ease-out lg:duration-225';
--at-apply: 'origin-bottom-right scale-x-0 transition-transform ease-out lg:duration-250';
}
/* Fix Highlight Position Issue on iOS */