From 30d8edccb236df7d7606e5e1bba361ce9613ad02 Mon Sep 17 00:00:00 2001 From: the-j0k3r <31389848+the-j0k3r@users.noreply.github.com> Date: Fri, 2 Oct 2020 08:17:48 +0100 Subject: [PATCH] style collapsible menu fixes #147 --- wikipedia-dark.user.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wikipedia-dark.user.css b/wikipedia-dark.user.css index 66c52e7..b8ff015 100644 --- a/wikipedia-dark.user.css +++ b/wikipedia-dark.user.css @@ -2220,7 +2220,7 @@ regexp("https?:\/\/wiki\.(archlinux|mozilla)\.(org|jp)\/.*$") { div[style*="background:#fafcfe" i] { background-color: var(--blue-2) !important; } - td[style*="background-color: #CFF"] { + td[style*="background-color: #CFF"], div[style*="background-color:#7fbfff"] { background: var(--blue-4) !important; } .vertical-navbox th[style*="background:#cee0f2;"], @@ -2525,7 +2525,8 @@ regexp("https?:\/\/wiki\.(archlinux|mozilla)\.(org|jp)\/.*$") { border-color: var(--brown-2); background-color: var(--brown-3); } - div[style*="background:#ffe496" i] { + div[style*="background:#ffe496" i], + div[style*="background-color:#ffffec"] { background-color: var(--brown-3) !important; } th[style*="background:#F5F5DC" i] {