Skip to content

Commit

Permalink
fix(scss): Updating header font sizes and breadcrumb bg colour
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltruong committed Jun 28, 2024
1 parent fd62b76 commit 0047c7e
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion scss/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,37 @@ footer nav {
}

$component-active-bg: $primary;
$nav-pills-link-active-color: white;
$nav-pills-link-active-color: white;

.breadcrumb {
background-color: #FAF9F8;
}

// https://www2.gov.bc.ca/gov/content/digital/design-system/foundations/design-tokens/glossary
h1 {
font-size: 2.25rem !important;
}

h2 {
font-size: 2rem !important;
}

h3 {
font-size: 1.75rem !important;
}

h4 {
font-size: 1.5rem !important;
}

h5 {
font-size: 1.25rem !important;
}

h6 {
font-size: 1.125rem !important;
}

label {
font-size: 0.75rem !important;
}

0 comments on commit 0047c7e

Please sign in to comment.