Skip to content

Commit

Permalink
refactor: use bootstrap css variables
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Jun 21, 2024
1 parent 7892ff4 commit 6d3fa6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .storybook/preview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@


h1 {
font-family: $headings-font-family !important;
font-weight: $jumbotron-font-weight;
font-family: var(--bs-font-sans-serif) !important;
font-weight: var(--bs-body-font-weight);
font-size: 2.5rem;
}

h2, h3, h4, h5, h6 {
font-family: $headings-font-family;
font-weight: $headings-font-weight;
font-family: var(--bs-font-sans-serif);
font-weight: var(--bs-body-font-weight);
}

pre {
Expand Down

0 comments on commit 6d3fa6d

Please sign in to comment.