mirror of
https://github.com/gorhill/uBlock.git
synced 2025-04-05 16:01:21 +08:00
[mv3] Fix CSS for dark theme
Related feedback: https://github.com/uBlockOrigin/uBOL-home/discussions/291#discussioncomment-12403559
This commit is contained in:
parent
d5fd1de150
commit
0e303060dd
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user