mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00: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
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Reference in a new issue