From 0e303060dd873e947a8b9b00dbd4711b0745620a Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 27 Mar 2025 09:11:47 -0400 Subject: [PATCH] [mv3] Fix CSS for dark theme Related feedback: https://github.com/uBlockOrigin/uBOL-home/discussions/291#discussioncomment-12403559 --- platform/mv3/extension/css/matched-rules.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platform/mv3/extension/css/matched-rules.css b/platform/mv3/extension/css/matched-rules.css index 9db4d9c73..177f31273 100644 --- a/platform/mv3/extension/css/matched-rules.css +++ b/platform/mv3/extension/css/matched-rules.css @@ -16,6 +16,9 @@ .matchInfo:nth-of-type(2n) { background-color: lightgray; } +html.dark .matchInfo:nth-of-type(2n) { + background-color: #444; +} .requestInfo { border-inline-end: 1px dotted black;