From bf22c327bfc0072553aa95ed28e1909f198a4770 Mon Sep 17 00:00:00 2001 From: Albert Wang Date: Sun, 29 Sep 2024 19:53:27 -0700 Subject: [PATCH] add global colors --- apps/site/src/lib/styles/_zothacks-theme.scss | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/apps/site/src/lib/styles/_zothacks-theme.scss b/apps/site/src/lib/styles/_zothacks-theme.scss index bbc59f3d..9a5ece6b 100644 --- a/apps/site/src/lib/styles/_zothacks-theme.scss +++ b/apps/site/src/lib/styles/_zothacks-theme.scss @@ -1,19 +1,22 @@ // Common variables for site theme consistency // colors -$white: #fafaff; // Paper Background color +$white: #ffffff; +$black: #0b0a22; +$lighter-black: #1a1840; // Other text color +$red: #bd5a5a; +$light-green: #dafff5; +$light-blue: #01a7c5; +$purple: #78638a; + $beige: #faf4ea; -$black: #21242d; // Text color $silver: #e6f2fc; // Line pattern color of paper -$red: #ff3750; $pink: #ffa8c3; $orange: #ff5c00; $gold: #ffd600; // accent colors $yellow: #ffff00; // highlighter $sticky-yellow: #ffffa9; $green: #3df048; -$light-blue: #81deeb; $blue: #3902fd; -$purple: #6600b6; $navbar-red: #ff0000; $brown: #aa703c;