add theme for dustman
This commit is contained in:
parent
e765fe0528
commit
77999a9d37
|
@ -0,0 +1,35 @@
|
|||
/*! Alters the webextension Dustman
|
||||
IMPORTANT: change the Internal UUID */
|
||||
@-moz-document url-prefix("moz-extension://jid1-i37bkuPx3kABMw@jetpack/panel/") {
|
||||
.recently-closed {
|
||||
background-color: var(--in-content-box-background) !important;
|
||||
color: var(--in-content-page-color) !important;
|
||||
}
|
||||
|
||||
.recently-closed:empty::before {
|
||||
color: var(--in-content-page-color) !important;
|
||||
}
|
||||
|
||||
.recently-closed a {
|
||||
color: var(--in-content-page-color) !important;
|
||||
}
|
||||
|
||||
.recently-closed a:hover {
|
||||
background-color: var(--in-content-box-background) !important;
|
||||
border: 1px solid var(--tone-5) !important;
|
||||
}
|
||||
|
||||
.button {
|
||||
background-color: var(--tone-7) !important;
|
||||
border-top: 1px solid var(--tone-7) !important;
|
||||
color: var(--in-content-page-color)!important;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
background-color: var(--tone-7) !important;
|
||||
}
|
||||
|
||||
.button:active {
|
||||
background-color: var(--tone-7) !important;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue