From 401d563dd30b4fe1b2913a46e592c661c6c0fa29 Mon Sep 17 00:00:00 2001 From: Rosendo Pili Date: Thu, 10 Oct 2024 15:09:21 -0400 Subject: [PATCH] updating colorway --- styles.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/styles.css b/styles.css index a55ec68..6fb1828 100644 --- a/styles.css +++ b/styles.css @@ -1,12 +1,12 @@ @import url('https://fonts.googleapis.com/css?family=Slabo+27px&display=swap'); :root { - --main-blue: #2a236e; - --shadow-blue: #1b135d; + --main-blue: #b32334; + --shadow-blue: #d86262; --main-gray: #2a2934; - --main-dark: #0E0B33; + --main-dark: #660303; --main-white: #fceded; - --secondary-blue: #1b8bbb; + --secondary-blue: #000000; --highlight-yellow: #FEE169; --shadow-yellow: #f3cd37; }