Don't set background on horizontal rule's fleuron

This commit is contained in:
daudix
2024-07-27 06:05:24 +03:00
parent ef5211749f
commit e16b8c1767

View File

@ -174,8 +174,6 @@ hr {
&::after { &::after {
position: relative; position: relative;
top: -1.5rem; top: -1.5rem;
background: var(--bg-color), var(--primary-color);
padding: 0 0.25rem;
content: "☙❧"; content: "☙❧";
// An ugly hack to fix mirroring in rtl // An ugly hack to fix mirroring in rtl