- Add the system_css template - Name the CSS files in the css directory with a numeric prefix so they sort by priority.
14 lines
259 B
CSS
14 lines
259 B
CSS
/*************************
|
|
# COMPONENT: SITE HEADER
|
|
*************************/
|
|
|
|
.site-header__container {
|
|
.site-header__title {
|
|
font-family: var(--font-family-heading);
|
|
}
|
|
|
|
.site-header__nav {
|
|
font-size: smaller;
|
|
font-weight: normal;
|
|
}
|
|
}
|