Tweak styling of details

This commit is contained in:
daudix
2024-09-22 06:52:15 +03:00
parent 71ab061393
commit 3579b27852
2 changed files with 6 additions and 1 deletions

View File

@ -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)

View File

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