dominique-mueller/web-extension-github-travis-status

support for dark theme

Opened this issue · 1 comments

as a hot fix, I am using this custom css override:

.extension__job {
    background-color: rgb(36, 36, 36) !important;
    border-color: rgb(85, 85, 85) !important;
}

result: https://i.imgur.com/K1T09GY.png

but it would be nice if the extension could either take the colors from the context or make it configurable (?)

Thank you for this extension, it's very helpful!