dot/firefox/chrome/userContent.css
2024-05-04 01:09:55 +01:00

8 lines
194 B
CSS

@-moz-document url-prefix("about:") {
host, :root {
--in-content-page-background: transparent !important;
}
* {
background: rgba(25, 25, 25, 255) !important;
}
}