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

20 lines
580 B
CSS
Raw Normal View History

2018-03-11 21:58:02 +00:00
/*! Alters the webextension Decentraleyes
IMPORTANT: change the Internal UUID */
@-moz-document url-prefix("moz-extension://20cadb98-5f0e-d748-9a3b-a1eaf7c640f6/") {
body {
background-color: var(--in-content-box-background)!important;
color: var(--tone-4)!important
}
.panel:not(:last-child),
header {
border-color: var(--tone-5)!important
}
.button {
background-color: var(--in-content-box-background)!important;
border-color: var(--tone-5)!important
}
.button:hover {
background-color: var(--in-content-page-background)!important
}
}