Skip to content

bug: popup colors #75

@atomGit

Description

@atomGit

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions