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

19 lines
561 B
CSS
Raw Normal View History

/*! Alters the webextension Decentraleyes
IMPORTANT: change the Internal UUID */
2018-02-24 01:41:14 +00:00
@-moz-document url-prefix("moz-extension://decentraleyes_UUID/") {
2017-12-26 22:22:27 +00:00
body {
2018-02-24 01:41:14 +00:00
background-color: var(--in-content-box-background)!important;
color: var(--tone-4)!important
2017-12-26 22:22:27 +00:00
}
2018-02-24 01:41:14 +00:00
.panel:not(:last-child),
header {
border-color: var(--tone-5)!important
2017-12-26 22:22:27 +00:00
}
.button {
2018-02-24 01:41:14 +00:00
background-color: var(--in-content-box-background)!important;
border-color: var(--tone-5)!important
2018-02-24 00:51:44 +00:00
}
.button:hover {
2018-02-24 01:41:14 +00:00
background-color: var(--in-content-page-background)!important
2018-02-24 00:51:44 +00:00
}
2018-02-24 01:41:14 +00:00
}