summaryrefslogtreecommitdiff
path: root/firefox/chrome/userContent.css
blob: 59ac29364fdd5c8c664ec43f0177298694904123 (plain)
1
2
3
4
5
6
7
8
@-moz-document url-prefix("about:") {
    host, :root {
        --in-content-page-background: transparent !important;
    }
    * {
        background: rgba(25, 25, 25, 255) !important;
    }
}