CSS Checkpoint

- Add the system_css template
- Name the CSS files in the css directory with a numeric prefix so they sort by
  priority.
This commit is contained in:
Eryn Wells 2024-06-28 09:03:28 -07:00
parent 189a83a696
commit 4bc1390b3c
11 changed files with 863 additions and 63 deletions

View file

@ -0,0 +1,14 @@
/*************************
# COMPONENT: SITE HEADER
*************************/
.site-header__container {
.site-header__title {
font-family: var(--font-family-heading);
}
.site-header__nav {
font-size: smaller;
font-weight: normal;
}
}