Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgryan authored May 16, 2024
1 parent de0125f commit fefe473
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,19 @@ body {
grid-template-columns: 1fr;
}

h1, h2, h3 {
h1 {
paint-order: stroke fill;
text-transform: uppercase;
font-size: calc(1rem + min(90px, 15vw));
font-weight: 900;
letter-spacing: -.175ch;
line-height: 0.9;
color: white;
-webkit-text-stroke: 5px black;
text-shadow: 8px 8px black;
}

h2, h3 {
font-weight: 100;
}

Expand Down

0 comments on commit fefe473

Please sign in to comment.