[mv3] Fix CSS for dark theme

Related feedback:
https://github.com/uBlockOrigin/uBOL-home/discussions/291#discussioncomment-12403559
This commit is contained in:
Raymond Hill 2025-03-27 09:11:47 -04:00
parent d5fd1de150
commit 0e303060dd
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

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