From 82dd5e0e7ff0d1bae53200698a1cc0bbf6cf0d13 Mon Sep 17 00:00:00 2001 From: inhji Date: Wed, 15 Mar 2023 16:27:15 +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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/assets/css/app.css b/assets/css/app.css index b7271d0..2645847 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -14,6 +14,15 @@ --color-primary: 16 185 129; --color-secondary: 245 158 11; } + + :root[data-theme=roguelight] { + --color-background: 118 174 128; + --color-text-base: 245 245 212; + --color-text-heading: 150 44 67; + --color-text-muted: 245 245 212; + --color-primary: 150 44 67; + --color-secondary: 150 44 67; + } } /* Set appropriate width for identity icons */