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

47 lines
1.1 KiB
CSS

/*! Alters the webextension Tridactyl
IMPORTANT: change the Internal UUID */
@-moz-document url-prefix("moz-extension://3b2b5b72-a7b0-e247-8964-0439fe556827/") {
html {
background: var(--in-content-page-background) !important;
}
body {
color: var(--tone-4) !important;
}
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 {
overflow: visible !important;
background: var(--in-content-page-background) !important;
border-color: var(--tone-5) !important;
}
table {
color: var(--tone-4) !important;
}
.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;
}
}