From 1252b509f8959580e0d84a29d32d76d20b0943d6 Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Wed, 24 Jan 2024 00:33:24 +0000 Subject: [PATCH] Update themes.css --- themes.css | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/themes.css b/themes.css index 9872b370..215ca799 100644 --- a/themes.css +++ b/themes.css @@ -1,9 +1,16 @@ +:root { + --inputbg: #3c096c; + --inputborder: #5a189a; + --uibg: #240046; + --textcolor: #fff; + --bg: #10002b; +} body { - --inputbg: #000000; - --inputborder: #000000; - --uibg: #000000; - --textcolor: #000; - --bg: #000000; + --inputbg: #3c096c; + --inputborder: #5a189a; + --uibg: #240046; + --textcolor: #fff; + --bg: #10002b; } body[theme=custom] { --inputbg: #3c096c;