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 ### Changed
- Change fleuron style.
- Focus search after opening it. - Focus search after opening it.
- Make it possible to rearrange the "Powered by" links (for i18n). - Make it possible to rearrange the "Powered by" links (for i18n).
- Move quick navigation buttons to the top on mobile. - Move quick navigation buttons to the top on mobile.

View File

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