summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/new_incognito_tab_theme.css
blob: 64af626faae09162b404f7cd02d0ae4fc52d5247 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
html {
  background-image: url(chrome://theme/IDR_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;
}