From c9af167fbfde31025d8ffeb370cc2749f60858a1 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Mon, 12 Jul 2021 16:32:35 +0900 Subject: [PATCH] Add: Fully Dark Mode - about:plugins --- userContent.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/userContent.css b/userContent.css index 9d2bb80..b43f334 100644 --- a/userContent.css +++ b/userContent.css @@ -276,6 +276,29 @@ scrollbar-color: rgba(249,249,250,.4) rgba(20,20,25,.3); } + /*= Fully Dark Mode - about:plugins ========================================*/ + @-moz-document url-prefix("about:plugins") { + :root, + body { + background-color: var(--in-content-page-background) !important; + color: var(--in-content-page-color) !important; + } + + body { + font-size: 15px !important; + font-weight: normal !important; + margin: 0 !important; + } + + .notice { + background: var(--in-content-box-background) !important; + border: 1px solid var(--in-content-border-color) !important; + } + .notice a { + color: var(--in-content-link-color) !important; + } + } + /*= Fully Dark Mode - Addons.org ===========================================*/ @-moz-document url-prefix("https://addons.mozilla.org") { /* Basic */