ShadowFox/css/userContent-files/webextension-tweaks/tridactyl.css

51 lines
1.5 KiB
CSS
Raw Normal View History

2018-03-11 21:58:02 +00:00
/*! Alters the webextension Tridactyl
IMPORTANT: change the Internal UUID */
2018-04-21 02:00:01 +00:00
@-moz-document url-prefix("moz-extension://tridactyl.vim@cmcaine.co.uk/") {
2018-03-11 21:58:02 +00:00
.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
}
2018-04-15 17:59:47 +00:00
body,
table {
color: var(--in-content-page-color)!important
2018-03-11 21:58:02 +00:00
}
a:link {
color: var(--in-content-link-color)!important
}
#completions .sectionHeader {
background: var(--in-content-category-header-background)!important;
color: var(--in-content-text-color)!important
}
#completions {
background: var(--in-content-page-background)!important;
2018-04-15 17:59:47 +00:00
border-color: var(--in-content-box-border-color)!important
2018-03-11 21:58:02 +00:00
}
.option:not(.focused) .url {
color: var(--code-green)!important;
background: var(--in-content-page-background)!important
}
input {
background: var(--in-content-category-header-background)!important;
color: var(--in-content-text-color)!important
}
.focused,
.focused .url {
background: var(--warning-background-color)!important;
color: var(--warning-color)!important
}
2018-05-17 15:48:50 +00:00
.spoiler {
background-color: var(--in-content-box-background)!important;
border-color: var(--in-content-box-border-color)!important
}
2018-04-22 22:30:19 +00:00
}