-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
v 6.1.1resigned1
the link font and link background colors in the popup are both black in my case
fix...
@-moz-document url("moz-extension://[id]/popup/panel.html") {
@layer {
html, body {
color: unset !important;
}
}
div.panel div:hover {
background-color: #444 !important;
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels