mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-06-09 18:23:49 -05:00
8 lines
140 B
CSS
8 lines
140 B
CSS
.label {
|
|
font-size: var(--font-xs);
|
|
font-weight: var(--weight-bold);
|
|
margin: 0;
|
|
display: block;
|
|
text-box: trim-start cap alphabetic;
|
|
}
|