Skip to content

Better dark mode tint on Firefox #20

@fregante

Description

@fregante

In v2 there's a slight mismatch in color in Firefox:

Screenshot

Which is weird since I already have some code to do this:

@-moz-document url-prefix('') {
@media (prefers-color-scheme: dark) {
:root {
background-color: #23222b;
}
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions