From 479753bf3ea7ce5b7c75abff4b6785b2ef2081d0 Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Mon, 10 Feb 2025 23:13:04 -0500 Subject: [PATCH] Update the site colors --- frontend/src/assets/main.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/assets/main.css b/frontend/src/assets/main.css index cd284cb..36954bf 100644 --- a/frontend/src/assets/main.css +++ b/frontend/src/assets/main.css @@ -3,14 +3,14 @@ @tailwind utilities; :root { - --h-background: #2D2728; - --h-on-background: #f1f1f1; - --h-surface: #494949; - --h-on-surface: #eca815; + --h-background: #1C1C1D; + --h-on-background: #e2e5e9; + --h-surface: #252728; + --h-on-surface: #e2e5e9; --h-primary: #231F20; --h-on-primary: #d9e1e1; --h-secondary: #683B1E; - --h-on-secondary: #ececec; + --h-on-secondary: #b0b3b8; --h-tertiary: #272A44; --h-on-tertiary: #bdb6b6; --h-error: #bc2f2f;