FEATURE developping footnote-references styles

This commit is contained in:
Nonimart 2025-06-20 15:00:48 +02:00
parent d99d3e5c9d
commit 19a3a0d313

View File

@ -0,0 +1,12 @@
.footnote-reference {
color: unset;
&:after {
@apply nunito;
}
.wp-block-pullquote & {
&:after {
transform: translate(0px, -6px);
}
}
}