From 55f3df72309d160a64865a124afecdaff2f0c1df Mon Sep 17 00:00:00 2001 From: Nova Cat Date: Sat, 30 Nov 2024 22:14:46 -0800 Subject: [PATCH] modal --- script.user.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/script.user.js b/script.user.js index aeff5e7..8f305b0 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, h1 small { +.ui-widget-content, .ui-dialog-title, .dashboard-panel__headline a, .text-muted, h1 small, close { color: white; } input, .form-control, .splitter-bar, .splitter-pane { @@ -71,6 +71,9 @@ background: #2b1500; .pricing_table ul li:nth-child(2), .pricing_table ul li, .pricing_table ul li, pricing_pane { background: black; } +.modal-content { +background: #0f161c !important; +} `; document.body.appendChild(style);