20 lines
580 B
CSS
20 lines
580 B
CSS
![]() |
/*! 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
|
||
|
}
|
||
|
}
|