Add: Fully Dark Mode - Remove white flash at @overdodactyl 's ShadowFox

This commit is contained in:
alstjr7375 2021-07-14 10:20:52 +09:00
parent 20207a9b92
commit 91f80843e8

View file

@ -104,6 +104,14 @@
}
/* Fully Dark Mode **********************************************************/
/*= Remove White Flash =====================================================*/
#tabbrowser-tabbox,
#tabbrowser-tabpanels,
browser[type=content-primary],
browser[type=content] > html {
background: var(--lwt-accent-color) !important;
}
/*= Notification ===========================================================*/
@-moz-document url("chrome://global/content/alerts/alert.xhtml") {
/* line below removes background from the notification "window" on linux */