mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 13:19:31 -05:00
14 lines
267 B
CSS
14 lines
267 B
CSS
.summary {
|
|
padding: var(--s-3);
|
|
border-radius: var(--radius-box);
|
|
background-color: var(--color-bg-high);
|
|
font-size: var(--font-lg);
|
|
font-weight: var(--weight-bold);
|
|
}
|
|
|
|
.details {
|
|
margin-inline: var(--s-4);
|
|
padding-block: var(--s-3);
|
|
white-space: pre-line;
|
|
}
|