From 77999a9d3701014105804399f2a508995347035c Mon Sep 17 00:00:00 2001 From: wrwrc Date: Sun, 12 Aug 2018 17:55:13 +0800 Subject: [PATCH 1/2] add theme for dustman --- .../webextension-tweaks/dustman.css | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 css/userContent-files/webextension-tweaks/dustman.css diff --git a/css/userContent-files/webextension-tweaks/dustman.css b/css/userContent-files/webextension-tweaks/dustman.css new file mode 100644 index 0000000..3ae6aae --- /dev/null +++ b/css/userContent-files/webextension-tweaks/dustman.css @@ -0,0 +1,35 @@ +/*! Alters the webextension Dustman + IMPORTANT: change the Internal UUID */ +@-moz-document url-prefix("moz-extension://jid1-i37bkuPx3kABMw@jetpack/panel/") { + .recently-closed { + background-color: var(--in-content-box-background) !important; + color: var(--in-content-page-color) !important; + } + + .recently-closed:empty::before { + color: var(--in-content-page-color) !important; + } + + .recently-closed a { + color: var(--in-content-page-color) !important; + } + + .recently-closed a:hover { + background-color: var(--in-content-box-background) !important; + border: 1px solid var(--tone-5) !important; + } + + .button { + background-color: var(--tone-7) !important; + border-top: 1px solid var(--tone-7) !important; + color: var(--in-content-page-color)!important; + } + + .button:hover { + background-color: var(--tone-7) !important; + } + + .button:active { + background-color: var(--tone-7) !important; + } +} \ No newline at end of file From a361ecdde64aad3ee612cc52d728f6a1e7ddd188 Mon Sep 17 00:00:00 2001 From: wrwrc Date: Sun, 12 Aug 2018 18:34:31 +0800 Subject: [PATCH 2/2] change text color in settings page --- .../webextension-tweaks/dustman.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/css/userContent-files/webextension-tweaks/dustman.css b/css/userContent-files/webextension-tweaks/dustman.css index 3ae6aae..16a84ba 100644 --- a/css/userContent-files/webextension-tweaks/dustman.css +++ b/css/userContent-files/webextension-tweaks/dustman.css @@ -32,4 +32,17 @@ .button:active { background-color: var(--tone-7) !important; } +} + +/*! Alters the webextension Dustman + IMPORTANT: change the Internal UUID */ +@-moz-document url-prefix("moz-extension://jid1-i37bkuPx3kABMw@jetpack/settings/") { + label { + color: var(--in-content-page-color); + font-weight: bold; + } + + .form-group p { + color: var(--in-content-page-color) !important; + } } \ No newline at end of file