diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c21f88..a6ab7f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/sass/_typography.scss b/sass/_typography.scss index 856d1fb..5463bcf 100644 --- a/sass/_typography.scss +++ b/sass/_typography.scss @@ -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); } }