From 7dc546447fb6fde3fd2e247049757f37346cfa27 Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 22 Mar 2024 12:38:20 +0000 Subject: [PATCH] Change title color --- _sass/_vars.scss | 4 +++- _sass/header.scss | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_sass/_vars.scss b/_sass/_vars.scss index fa98dfb..b90dbc5 100644 --- a/_sass/_vars.scss +++ b/_sass/_vars.scss @@ -2,4 +2,6 @@ $font_stack: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, B $title_font_stack: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif", HelveticaNeue-CondensedBlack; $horizontal_breakpoint: 700px; -$vertical_breakpoint: 500px; \ No newline at end of file +$vertical_breakpoint: 500px; + +$pink: hsl(338, 75%, 60%); \ No newline at end of file diff --git a/_sass/header.scss b/_sass/header.scss index 8bf2ea6..6ea0acc 100644 --- a/_sass/header.scss +++ b/_sass/header.scss @@ -37,6 +37,7 @@ header { } h1 { + color: $pink; font-size: 2em; }