Merge pull request #252 from SW1FT/patch-1

Fix for #249
This commit is contained in:
Pat Johnson 2019-03-03 10:09:05 -05:00 committed by GitHub
commit 2de7916d1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -433,6 +433,11 @@ url-prefix(https://discovery.addons.mozilla.org) {
box-shadow: inset 0 -3px 0 0 var(--in-content-primary-button-background-hover)!important
}
}
@-moz-document url-prefix(about:addons) {
.DiscoPane-header-intro {
color: var(--in-content-text-color)!important
}
}
@-moz-document url-prefix(about:blank) {
html > body:empty:not(.vimvixen-console) {
background-color: var(--in-content-page-background)!important;
@ -518,4 +523,4 @@ url-prefix(https://discovery.addons.mozilla.org) {
header h1 {
color: #f9f9fa!important
}
}
}