hugo-theme-termlite/assets/css/099_site_header.css
Eryn Wells 4bc1390b3c CSS Checkpoint
- Add the system_css template
- Name the CSS files in the css directory with a numeric prefix so they sort by
  priority.
2024-06-28 09:03:28 -07:00

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;
}
}