Skip to content

Commit

Permalink
Fine tuning for headings.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-milette committed Apr 18, 2024
1 parent 2134c4a commit 64c85d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions scss/defaultvariables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ $softness: 0 !default;

$h1: 2rem !default;
$h2: 1.75rem !default;
$h3: 1.25rem !default;
$h4: 1.1rem !default;
$h5: 0.9rem !default;
$h6: 0.7rem !default;
$h3: 1.40rem !default;
$h4: 1.20rem !default;
$h5: 1.1rem !default;
$h6: 0.9rem !default;

$placeholder-color: #717171 !default;

Expand Down
8 changes: 4 additions & 4 deletions scss/trema/elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,24 @@ body #page {

h3, .h3 {
font-size: $h3;
font-weight: normal;
font-weight: 600;
}

h4, .h4 {
font-size: $h4;
font-weight: lighter;
font-weight: 600;
}

h5, .h5 {
font-size: $h5;
line-height: normal;
font-weight: lighter;
font-weight: normal;
}

h6, .h6 {
font-size: $h6;
line-height: normal;
font-weight: lighter;
font-weight: normal ;
}

//blockquote
Expand Down

0 comments on commit 64c85d8

Please sign in to comment.