about summary refs log tree commit diff
path: root/modules/firefox/userContent.css
blob: 82383a61af8d9af0ea4c5a64dc8efe66baaac988 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
@-moz-document media-document(all) {
  body {
    background-image: none !important;
    background-color: var(--background-color-box) !important;
  }
}

@-moz-document regexp("about:(blank|home|newtab|privatebrowsing|welcome)") {
  body {
    display: none !important;
  }
}

Consider giving Nix/NixOS a try! <3