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

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