Skip to content

Commit

Permalink
Theme for Mons - h2, h3, h4
Browse files Browse the repository at this point in the history
  • Loading branch information
jerhero committed Dec 3, 2024
1 parent fd19978 commit 4a2bd2b
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion mons/src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,28 @@ body {

h1 {
font-family: $font-family-base !important;
font-weight: 500 !important;
font-weight: 600 !important;
}

h2 {
font-weight: 600 !important;
font-size: 24px;
}

h3 {
font-size: 20px;
font-weight: 600;
}

h4 {
font-size: 16px;
color: $primary-red;
font-weight: 600;
}

h5 {
font-size: 16px;
font-weight: 600;
}

#header-actions .account {
Expand Down

0 comments on commit 4a2bd2b

Please sign in to comment.