summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/firefox-content.css
blob: 3ac53a9d5624025090b6f36bbc575410f4dc1d7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@-moz-document url("about:blank") {
  html {
      background-color: rgb(40,40,40);
  }
}

@-moz-document url(about:newtab) {
    body, #newtab-customize-overlay {
        background-color: rgb(40,40,40) !important;
        color: rgb(166,166,166) !important;
    }
}