add theme for dustman

This commit is contained in:
wrwrc 2018-08-12 17:55:13 +08:00
parent e765fe0528
commit 77999a9d37
1 changed files with 35 additions and 0 deletions

View File

@ -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;
}
}