From e42a8747ea0e68a97212e89a6c8a7e77fa0291f9 Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Tue, 30 Jan 2024 00:47:11 +0000 Subject: [PATCH] Update themes.css --- themes.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes.css b/themes.css index 993f73a9..c7fa5be1 100644 --- a/themes.css +++ b/themes.css @@ -15,7 +15,7 @@ body { body[theme=threekho] { --inputbg: #28A018; --inputborder: #0A8F00; - --uibg: #000000; + --uibg: #111111; --textcolor: #fff; --bg: #000000; } @@ -25,7 +25,7 @@ button[theme=threekho] { padding: 10px; border-radius: 15px; cursor: pointer; - color: var(--bg); + color: #fff; border: 0 } body[theme=custom] {