style: update pin-icon and anchor-link, remove bold icons

This commit is contained in:
radishzzz 2025-05-14 02:06:25 +01:00
parent 85f0bd9909
commit c2547dd65d
5 changed files with 9 additions and 9 deletions

View file

@ -8,7 +8,7 @@
/* Heading Anchor Link */
.heading-anchor-link {
--at-apply: 'inline-block translate-y-0.04em c-secondary/0';
--at-apply: 'inline-block translate-y-0.1em c-secondary/0';
}
h1:hover .heading-anchor-link,
h2:hover .heading-anchor-link,
@ -17,7 +17,7 @@ h4:hover .heading-anchor-link {
--at-apply: 'c-secondary/40';
}
.heading-anchor-link svg {
--at-apply: 'ml-0.4em aspect-square w-0.8em transition-colors active:scale-90 hover:c-secondary/80';
--at-apply: 'ml-0.4em aspect-square w-0.9em transition-colors active:scale-90 hover:c-secondary/80';
}
/* Video */