mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
7 lines
130 B
CSS
7 lines
130 B
CSS
.label {
|
|
font-size: var(--font-xs);
|
|
font-weight: var(--weight-bold);
|
|
margin-block-end: var(--label-margin);
|
|
display: block;
|
|
}
|