Skip to content

Commit

Permalink
Use lighter font weight for h3
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Aug 8, 2024
1 parent 2ffbb11 commit 56356e8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _extensions/aagi/aagi.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,12 @@ $font-family-monospace: "Fira Code";
font-size: 40px;
}

.reveal p {
.reveal h3 {
font-size: 36px;
font-weight: lighter;
}

.reveal p li {
margin-top: 50px;
font-weight: lighter;
font-size: 28px;
Expand Down

0 comments on commit 56356e8

Please sign in to comment.