From de5f0a8dc8ec0cdbf4c5a56a343f6896e7ffe01c Mon Sep 17 00:00:00 2001 From: Nova Cat Date: Sat, 30 Nov 2024 22:06:36 -0800 Subject: [PATCH] higher pricing --- script.user.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script.user.js b/script.user.js index 3cebb34..2d75289 100644 --- a/script.user.js +++ b/script.user.js @@ -68,6 +68,9 @@ background: none; ul.Free li:first-child { background: #2b1500; } +.pricing_table ul li:nth-child(2), .pricing_table ul li, .pricing_table ul li { +background: black; +} `; document.body.appendChild(style);