summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/new_incognito_tab_theme.css
blob: d9607957b197dfd3dae59400931abe2d868e6b4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
html {
  background-image: url(chrome://theme/theme_ntp_background?$1);
  background-color: $2;
  background-position: $3;
  background-repeat: $5;
  height: 100%;
  overflow: auto;
  background-attachment: fixed;
}

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