diff --git a/plugins/carhop-format-types/src/footnote.css b/plugins/carhop-format-types/src/footnote.css index e89c33b..962affd 100644 --- a/plugins/carhop-format-types/src/footnote.css +++ b/plugins/carhop-format-types/src/footnote.css @@ -9,14 +9,14 @@ body { &::after { background-color: var(--wp--preset--color--primary); color: #fff; - width: 30px; - height: 30px; + width: 22px; + height: 22px; border-radius: 50%; content: counter(footnote-index); display: inline-flex; justify-content: center; align-items: center; - font-size: 16px !important; + font-size: 11px !important; font-weight: 600; margin-left: 3px; margin-right: 3px;