From 48ec656d5abc154771d751a0bff6a98236011114 Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Wed, 1 May 2024 21:30:16 +0000 Subject: [PATCH] Update css/themes.css --- css/themes.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/themes.css b/css/themes.css index 6c258c99..69d48b91 100644 --- a/css/themes.css +++ b/css/themes.css @@ -19,6 +19,13 @@ body[theme=threekho] { --textcolor: #fff; --bg: #000000; } +body[theme=art] { + --inputbg: #0284d4; + --inputborder: #0284d4; + --uibg: #0284d4; + --textcolor: #fffff; + --bg: #1a2023; +} body[theme=dogcat] { --inputbg: #537294; --inputborder: #30719c;