mirror of
https://github.com/remvze/moodist.git
synced 2026-02-28 09:03:12 +08:00
6 lines
89 B
CSS
6 lines
89 B
CSS
.divider {
|
|
width: 100%;
|
|
height: 1px;
|
|
background-color: var(--color-neutral-200);
|
|
}
|