mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-06 20:43:13 +08:00
10 lines
166 B
CSS
10 lines
166 B
CSS
.HeadlineTitle {
|
|
color: var(--color-primary);
|
|
font-weight: 700;
|
|
}
|
|
|
|
.HeadlineSubtitle {
|
|
color: var(--color-primary);
|
|
margin-bottom: 20px;
|
|
font-weight: 400;
|
|
} |