From 16b92f75564f2c7c0cc12e7da7ba3be3383b194e Mon Sep 17 00:00:00 2001 From: Foldex Date: Fri, 28 Jun 2019 06:16:31 -0400 Subject: [PATCH] Style about:addons private browsing notice --- userContent.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/userContent.css b/userContent.css index 1c3ca85..ea1bf8f 100644 --- a/userContent.css +++ b/userContent.css @@ -990,6 +990,10 @@ url-prefix(https://discovery.addons.mozilla.org) { .DiscoPane-header-intro { color: var(--in-content-text-color)!important } + .message-bar { + background-color: var(--in-content-button-background)!important; + color: var(--in-content-text-color)!important; + } } @-moz-document url-prefix(about:blank) { html > body:empty:not(.vimvixen-console) {