summaryrefslogtreecommitdiff
path: root/userContent.css
blob: 76ad2583b3653b9c0ad27828351f639609a0f893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* userContent.css */
@-moz-document url(about:newtab), url("about:home") {
  html {
    --newtab-background-color: transparent !important;
    --newtab-background-color-secondary: transparent !important;
    background: transparent !important;
  }

  body {
    background: transparent !important;
  }
}