From 85d2686117720d5ee415c74ec6282d1c2f33408e Mon Sep 17 00:00:00 2001 From: Nova Cat Date: Sat, 30 Nov 2024 21:15:53 -0800 Subject: [PATCH] text boxes --- script.user.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/script.user.js b/script.user.js index 26d520f..d8eec81 100644 --- a/script.user.js +++ b/script.user.js @@ -15,7 +15,11 @@ body, .primary-navbar .active a, .navbar, .ui-dialog { background: #0f161c !important; color: white !important; } -.ui-widget-content { +.ui-widget-content, ui-dialog-title { +color: white; +} +input { +background: black; color: white; } .ui-dialog-titlebar-close {