-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't workingfirefoxgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
In v2 there's a slight mismatch in color in Firefox:
Which is weird since I already have some code to do this:
webext-base-css/webext-base.css
Lines 78 to 84 in 49bd32c
| @-moz-document url-prefix('') { | |
| @media (prefers-color-scheme: dark) { | |
| :root { | |
| background-color: #23222b; | |
| } | |
| } | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfirefoxgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed