mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-05 20:56:13 -05:00
14 lines
240 B
CSS
14 lines
240 B
CSS
.content {
|
|
max-width: 20rem;
|
|
padding: var(--s-2);
|
|
border: 2px solid var(--color-border);
|
|
border-radius: var(--rounded);
|
|
font-size: var(--fonts-sm);
|
|
font-weight: var(--semi-bold);
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
.dialog {
|
|
outline: none;
|
|
}
|