mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-26 17:27:09 -05:00
14 lines
255 B
CSS
14 lines
255 B
CSS
.summary {
|
|
padding: var(--s-3);
|
|
border-radius: var(--rounded);
|
|
background-color: var(--bg-lighter);
|
|
font-size: var(--fonts-lg);
|
|
font-weight: var(--bold);
|
|
}
|
|
|
|
.details {
|
|
margin-inline: var(--s-4);
|
|
padding-block: var(--s-3);
|
|
white-space: pre-line;
|
|
}
|