From 6b3468c1f74b32036f8ed0882f1dca63d4a3420a Mon Sep 17 00:00:00 2001 From: pheralb Date: Thu, 19 Sep 2024 10:04:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Update=20``sugar-high``=20colors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/app/styles/globals.css | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/website/app/styles/globals.css b/website/app/styles/globals.css index 9686223..cd03f34 100644 --- a/website/app/styles/globals.css +++ b/website/app/styles/globals.css @@ -5,22 +5,12 @@ @layer base { :root { --radius: 0.5rem; - - /* --sh-class: #7aa2f7; - --sh-sign: #89ddff; - --sh-string: #9ece6a; - --sh-keyword: #bb9af7; - --sh-comment: #565f89; - --sh-jsxliterals: #7aa2f7; - --sh-property: #73daca; - --sh-entity: #e0af68; */ - - --sh-class: #3b70e2; + --sh-class: #648de8; --sh-sign: #21cee8; --sh-string: #21cee8; --sh-keyword: #c084fc; --sh-comment: #565f89; - --sh-jsxliterals: #3b70e2; + --sh-jsxliterals: #648de8; --sh-property: #21cee8; --sh-entity: #c084fc; }