From 514d4dcaf30e4bce838e35950a2ed18a73d82781 Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Fri, 2 Mar 2018 10:11:53 -0700 Subject: [PATCH] style tridactly help page --- userContent-files/webextension-tweaks/tridactyl.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/userContent-files/webextension-tweaks/tridactyl.css b/userContent-files/webextension-tweaks/tridactyl.css index 0bb6cd6..6cdf9df 100644 --- a/userContent-files/webextension-tweaks/tridactyl.css +++ b/userContent-files/webextension-tweaks/tridactyl.css @@ -1,9 +1,20 @@ /*! Alters the webextension Tridactyl IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://tridactyl_UUID/") { + .container-main, + body, html { background: var(--in-content-page-background)!important } + .tsd-panel { + background: var(--in-content-box-background)!important + } + .tsd-page-title, + .tsd-page-toolbar, + footer { + background: var(--in-content-category-header-background)!important; + border-color: var(--in-content-category-header-background)!important + } body { color: var(--tone-4)!important }