style tridactly help page

This commit is contained in:
overdodactyl 2018-03-02 10:11:53 -07:00
parent 6e134447bb
commit 514d4dcaf3
1 changed files with 11 additions and 0 deletions

View File

@ -1,9 +1,20 @@
/*! Alters the webextension Tridactyl /*! Alters the webextension Tridactyl
IMPORTANT: change the Internal UUID */ IMPORTANT: change the Internal UUID */
@-moz-document url-prefix("moz-extension://tridactyl_UUID/") { @-moz-document url-prefix("moz-extension://tridactyl_UUID/") {
.container-main,
body,
html { html {
background: var(--in-content-page-background)!important 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 { body {
color: var(--tone-4)!important color: var(--tone-4)!important
} }