mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
feat: improve footnote ref design
This commit is contained in:
@@ -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];
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user