mirror of
https://codeberg.org/vegvisir/website.git
synced 2025-09-14 08:53:42 +02:00
15 lines
No EOL
264 B
CSS
15 lines
No EOL
264 B
CSS
section.contribute {
|
|
background-color: rgba(var(--primer-color-deep), .1);
|
|
}
|
|
|
|
section.contribute container {
|
|
flex-direction: column;
|
|
}
|
|
|
|
section.contribute ul {
|
|
display: flex;
|
|
padding-left: 0;
|
|
padding: var(--padding);
|
|
list-style: none;
|
|
gap: var(--padding);
|
|
} |