From 24a903a8efd9aa5e9d088c5a6b6b862c78ff4af3 Mon Sep 17 00:00:00 2001 From: inhji Date: Wed, 15 Mar 2023 16:15:24 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eassets/css/app.css=E2=80=9C=20=C3=A4nd?= =?UTF-8?q?ern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/app.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index 6f53ae9..f197999 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -7,8 +7,12 @@ @layer base { :root { - --color-primary: 255 115 179; - --color-secondary: 111 114 185; + --color-background: 255 255 255; + --color-text-default: 82 82 91; + --color-text-heading: 24 24 27; + --color-text-muted: 82 82 91; + --color-primary: 16 185 129; + --color-secondary: 245 158 11; } }