From a5540cd3b65e0ce182dec6284fbce532e22c99eb Mon Sep 17 00:00:00 2001 From: Nova Cat Date: Sat, 30 Nov 2024 21:24:16 -0800 Subject: [PATCH] fix grey welcome message --- script.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.user.js b/script.user.js index c02075f..1dc2871 100644 --- a/script.user.js +++ b/script.user.js @@ -15,7 +15,7 @@ body, .primary-navbar .active a, .navbar, .ui-dialog { background: #0f161c !important; color: white !important; } -.ui-widget-content, ui-dialog-title, .dashboard-panel__headline a, text-muted { +.ui-widget-content, ui-dialog-title, .dashboard-panel__headline a, text-muted, h1 small { color: white; } input, .form-control {