mirror of
https://github.com/remvze/moodist.git
synced 2026-03-11 14:53:51 +08:00
15 lines
228 B
CSS
15 lines
228 B
CSS
.header {
|
|
margin-bottom: 16px;
|
|
|
|
& .title {
|
|
margin-bottom: 8px;
|
|
font-family: var(--font-heading);
|
|
font-size: var(--font-md);
|
|
font-weight: 600;
|
|
}
|
|
|
|
& .desc {
|
|
color: var(--color-foreground-subtle);
|
|
}
|
|
}
|