mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 13:19:31 -05:00
12 lines
189 B
CSS
12 lines
189 B
CSS
.count {
|
|
color: var(--color-accent-high);
|
|
font-size: var(--font-sm);
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.divider {
|
|
background-color: var(--color-accent-high);
|
|
width: 2px;
|
|
align-self: stretch;
|
|
}
|