mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 13:19:31 -05:00
13 lines
175 B
CSS
13 lines
175 B
CSS
.list {
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 0;
|
|
gap: var(--s-6);
|
|
list-style: none;
|
|
}
|
|
|
|
.title {
|
|
color: var(--color-text-accent);
|
|
font-size: var(--font-md);
|
|
}
|