Skip to content

Commit

Permalink
fix(ui): make list h2 red and bold
Browse files Browse the repository at this point in the history
  • Loading branch information
RaneHyv committed Feb 14, 2024
1 parent d717512 commit 68f7683
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/theme/extras/blocks/listing.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
position: relative;

h2.headline {
font-family: @headerFont !important;
font-weight: 800 !important;
font-size: 42px !important;
color: @theme-color-red;
margin-bottom: 2rem;
letter-spacing: 0;
}
}

Expand Down

0 comments on commit 68f7683

Please sign in to comment.