@import url(lepton.userContent.css); /* dark background in new tabs without a white flash (with tridactyl newtab) @see: https://github.com/tridactyl/tridactyl/issues/2510 */ :root { --tridactyl-bg: #2a2a2e !important; --tridactyl-fg: #b1b1b3 !important; } /* set the background color of the new tab page (without tridactyl or with tridactyl without newtab) */ @-moz-document url-prefix(about:home), url-prefix(about:newtab), url-prefix(about:blank) { @media (prefers-color-scheme: dark) { body { background: #1d1b19; } } }