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);