From f36f60b1beb3dc6975b68b8129e14c030039f2ce Mon Sep 17 00:00:00 2001 From: "Glitch (glitch-hello-website)" Date: Mon, 23 Sep 2024 21:15:47 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A3=F0=9F=8D=A0=20Checkpoint=20./style?= =?UTF-8?q?.css:308959/178?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index fe73011..ab00dee 100644 --- a/style.css +++ b/style.css @@ -18,6 +18,7 @@ to this section's matching END comment to see page-specific styles. :root { --color-bg: #69F7BE; --color-text-main: #000000; + --color-text-header: #2800FF; --color-primary: #FFFF00; --wrapper-height: 87vh; --image-max-width: 300px; @@ -131,7 +132,7 @@ body { /* Very light scaling for our illustration */ .title { - color: #2800FF; + color: var(--color-text-header); font-family: HK Grotesk; font-style: normal; font-weight: bold; @@ -167,7 +168,7 @@ input { /* Subheading */ h2 { - color: #2800FF; + color: var(--color-text-header); } /* Interactive image */