Change title color

This commit is contained in:
Tom 2024-03-22 12:38:20 +00:00
parent 9d55c57169
commit 7dc546447f
2 changed files with 4 additions and 1 deletions

View File

@ -3,3 +3,5 @@ $title_font_stack: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "
$horizontal_breakpoint: 700px; $horizontal_breakpoint: 700px;
$vertical_breakpoint: 500px; $vertical_breakpoint: 500px;
$pink: hsl(338, 75%, 60%);

View File

@ -37,6 +37,7 @@ header {
} }
h1 { h1 {
color: $pink;
font-size: 2em; font-size: 2em;
} }