From 547063bfc0d6e20aae43c3e946b87fc825ffa63b Mon Sep 17 00:00:00 2001 From: Sveske_Juice Date: Fri, 23 Feb 2024 19:29:38 +0100 Subject: [PATCH] color palette update --- static/stylesheets/main-theme.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/static/stylesheets/main-theme.css b/static/stylesheets/main-theme.css index 0275504..35d7d4e 100644 --- a/static/stylesheets/main-theme.css +++ b/static/stylesheets/main-theme.css @@ -1,10 +1,12 @@ :root { + --title-font: 'CozetteVector'; + --main-font: 'Segoe UI'; --text1: #fff; /* Primary text. */ --text2: #cac9c6; /* Secondary text. */ --text3: #b0afad; /* Third text color. */ --text4: #868584; /* Fourth text color. */ - --background: #1e2122; - --primary: #ff8552; - --secondary: #6c6b44; - --accent: #7da16a; + --background: #232222; + --primary: #227c9d; + --secondary: #ffcb77; + --accent: #17c3b2; }