Increase size of that flower thingy on <hr>

This commit is contained in:
daudix
2024-08-11 03:33:30 +03:00
parent 0d83cb769f
commit d129c9c6e0

View File

@ -171,10 +171,10 @@ hr {
&::after { &::after {
position: relative; position: relative;
top: -1.5rem; top: -1.75rem;
content: "☙❧"; content: "☙❧";
color: var(--fg-muted-4); color: var(--fg-muted-4);
font-size: 1.5rem; font-size: 2rem;
// An ugly hack to fix mirroring in rtl // An ugly hack to fix mirroring in rtl
:root[dir*="rtl"] & { :root[dir*="rtl"] & {