From 9120028d56a83039caa2f536876f278c7a1167e4 Mon Sep 17 00:00:00 2001 From: inhji Date: Wed, 15 Mar 2023 10:21:08 +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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/css/app.css b/assets/css/app.css index 58ae389..a68af6c 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -6,5 +6,12 @@ @import "./lolight.css"; @import "./lightbox.css"; +@layer base { + :root { + --color-primary: 255 115 179; + --color-secondary: 111 114 185; + } +} + /* Set appropriate width for identity icons */ a[rel] svg { width: 1em; } \ No newline at end of file