mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-20 15:11:17 -08:00
Add: Fully Dark Mode - about:plugins
This commit is contained in:
parent
7013e0ed32
commit
c9af167fbf
1 changed files with 23 additions and 0 deletions
|
|
@ -276,6 +276,29 @@
|
|||
scrollbar-color: rgba(249,249,250,.4) rgba(20,20,25,.3);
|
||||
}
|
||||
|
||||
/*= Fully Dark Mode - about:plugins ========================================*/
|
||||
@-moz-document url-prefix("about:plugins") {
|
||||
:root,
|
||||
body {
|
||||
background-color: var(--in-content-page-background) !important;
|
||||
color: var(--in-content-page-color) !important;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 15px !important;
|
||||
font-weight: normal !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.notice {
|
||||
background: var(--in-content-box-background) !important;
|
||||
border: 1px solid var(--in-content-border-color) !important;
|
||||
}
|
||||
.notice a {
|
||||
color: var(--in-content-link-color) !important;
|
||||
}
|
||||
}
|
||||
|
||||
/*= Fully Dark Mode - Addons.org ===========================================*/
|
||||
@-moz-document url-prefix("https://addons.mozilla.org") {
|
||||
/* Basic */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue