From 10f87befe32dad8114a7d951ec48a8219f97a6c8 Mon Sep 17 00:00:00 2001 From: swee Date: Sat, 30 Nov 2024 20:37:41 -0800 Subject: [PATCH] Update script.user.js --- script.user.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script.user.js b/script.user.js index 7d55313..90ba1e5 100644 --- a/script.user.js +++ b/script.user.js @@ -18,6 +18,9 @@ color: white; .well { background: black !important; } +.alert-warning { +background: #fc7f02; +} tr.hoverable:hover { background: #013e6d !important; }