Change fleuron style
This commit is contained in:
@ -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.
|
||||||
|
@ -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: "❧☙";
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user