From 677749cf3ce9e8280550e71b5851ca2cbdc465eb Mon Sep 17 00:00:00 2001 From: Nova Cat Date: Sat, 30 Nov 2024 21:17:53 -0800 Subject: [PATCH] input --- script.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.user.js b/script.user.js index d8eec81..9082318 100644 --- a/script.user.js +++ b/script.user.js @@ -18,7 +18,7 @@ color: white !important; .ui-widget-content, ui-dialog-title { color: white; } -input { +input, .form-control { background: black; color: white; } @@ -36,7 +36,7 @@ background: none; border: none; } .btn, .btn-default { -color: #0f161c !important; +background: #0f161c !important; } .well { background: black !important;