Fix: Fully Dark Mode - Download popup background at light mode #131

This commit is contained in:
alstjr7375 2021-07-23 11:08:36 +09:00
parent e969dcd810
commit 09eb456790

View file

@ -351,8 +351,10 @@
/*= Downloads ==============================================================*/
@-moz-document url("chrome://mozapps/content/downloads/unknownContentType.xhtml") {
:root {
--in-content-page-background: #42414d;
@media (-moz-toolbar-prefers-color-scheme:dark) {
:root {
--in-content-page-background: #42414d;
}
}
#unknownContentType {
color: var(--in-content-page-color) !important;