style tridactly help page
This commit is contained in:
parent
6e134447bb
commit
514d4dcaf3
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue