Tweak styling of details
This commit is contained in:
@ -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