mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +00:00
12 lines
204 B
CSS
12 lines
204 B
CSS
.title {
|
|
font-family: var(--font-heading);
|
|
font-size: var(--font-md);
|
|
font-weight: 600;
|
|
}
|
|
|
|
.divider {
|
|
width: 100%;
|
|
height: 1px;
|
|
margin: 16px 0;
|
|
background-color: var(--color-neutral-200);
|
|
}
|