mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
15 lines
270 B
CSS
15 lines
270 B
CSS
.content {
|
|
max-width: 20rem;
|
|
padding: var(--s-2);
|
|
border: var(--border-style);
|
|
border-radius: var(--radius-box);
|
|
font-size: var(--font-sm);
|
|
font-weight: var(--weight-semi);
|
|
white-space: pre-wrap;
|
|
background-color: var(--color-bg);
|
|
}
|
|
|
|
.dialog {
|
|
outline: none;
|
|
}
|