mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
7 lines
119 B
Plaintext
7 lines
119 B
Plaintext
.divider {
|
|
margin: 0.25rem 0;
|
|
border: none;
|
|
border-top: 1px solid var(--color-divider);
|
|
width: 100%;
|
|
}
|