Change fleuron style

This commit is contained in:
daudix
2024-10-04 20:09:44 +03:00
parent e7dda3c4fa
commit 4d4a2b4dc1
2 changed files with 4 additions and 8 deletions

View File

@ -181,15 +181,10 @@ hr {
&::after {
position: relative;
inset-block-start: -1.75rem;
content: "☙❧";
inset-block-start: -1.25rem;
content: "";
color: var(--fg-muted-4);
font-size: var(--font-size-xx-large);
// An ugly hack to fix mirroring in rtl
:root[dir*="rtl"] & {
content: "❧☙";
}
font-size: var(--font-size-x-large);
}
}