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

@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Change fleuron style.
- Focus search after opening it.
- Make it possible to rearrange the "Powered by" links (for i18n).
- Move quick navigation buttons to the top on mobile.

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);
}
}