summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/new_incognito_tab_theme.css
blob: d4e7f9ed0f967e40c93201da3a65f6dd7266027b (plain)
1
2
3
4
5
6
7
8
9
10
11
html {
  background-image:url(chrome://theme/theme_ntp_background?$1);
  background-color:$2;
  background-position:$3;
  background-repeat:$5;
  overflow:hidden;
}

html[bookmarkbarattached='true'] {
  background-position:$4;
}