Tweak styling of details
This commit is contained in:
@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- More visually interesting paginator.
|
||||
- Move paginator from `articles.html` to `article-list.html`.
|
||||
- Tweak styling of `details`.
|
||||
|
||||
## [5.1.0](https://codeberg.org/daudix/duckquill/compare/v5.0.0...v5.1.0)
|
||||
|
||||
|
@ -226,10 +226,13 @@ details {
|
||||
box-shadow: var(--edge-highlight);
|
||||
border-radius: var(--rounded-corner);
|
||||
background-color: var(--fg-muted-1);
|
||||
padding: 0.875rem 1rem;
|
||||
padding: 1rem;
|
||||
|
||||
summary {
|
||||
cursor: pointer;
|
||||
color: var(--fg-muted-5);
|
||||
font-weight: bold;
|
||||
line-height: 1;
|
||||
list-style: none;
|
||||
|
||||
&::marker,
|
||||
@ -272,6 +275,7 @@ details {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
figure {
|
||||
margin-inline: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user