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

19 lines
561 B
CSS
Raw Normal View History

2018-03-11 21:58:02 +00:00
/*! Alters the webextension Decentraleyes
IMPORTANT: change the Internal UUID */
2018-03-11 22:02:05 +00:00
@-moz-document url-prefix("moz-extension://decentraleyes_UUID/") {
2018-03-11 21:58:02 +00:00
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
}
2018-03-11 22:02:05 +00:00
}