From fb511a557c64c0aeb74baf79e5e0f3dbec7eb2e6 Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Tue, 30 Jan 2024 00:38:47 +0000 Subject: [PATCH] Update themes.css --- themes.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/themes.css b/themes.css index 0ca7274f..993f73a9 100644 --- a/themes.css +++ b/themes.css @@ -19,6 +19,15 @@ body[theme=threekho] { --textcolor: #fff; --bg: #000000; } +button[theme=threekho] { + background: var(--inputbg); + width: fit-content; + padding: 10px; + border-radius: 15px; + cursor: pointer; + color: var(--bg); + border: 0 +} body[theme=custom] { --inputbg: #3c096c; --inputborder: #5a189a;