diff --git a/src/pages/[...slug].astro b/src/pages/[...slug].astro index 65cbbbb..6cd082c 100644 --- a/src/pages/[...slug].astro +++ b/src/pages/[...slug].astro @@ -244,7 +244,14 @@ const schema = JSON.stringify({ } [data-footnote-ref] { - @apply relative rounded-full bg-accent p-[0.25em] font-light not-italic !text-white no-underline mis-[0.1em]; + @apply relative rounded-full font-light not-italic !text-shibui-400 no-underline mis-[0.2em] dark:!text-shibui-100; + } + + p:hover [data-footnote-ref], + p:focus [data-footnote-ref], + [data-footnote-ref]:hover, + [data-footnote-ref]:focus { + @apply relative rounded-full font-light not-italic !text-accent no-underline mis-[0.2em]; } }