summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/new_tab_theme.css
blob: 3776cfed08ebc9cbba7e3c240164593eec88af4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
html {
  background-image:url(chrome://theme/theme_ntp_background?$1);
  background-color:$2;
  background-position:$3;
  background-repeat:no-repeat;
  overflow:hidden;
}
html[bookmarkbarattached='true'] {
  background-position:$4;
}
body {
  color: $5;
  height:100%;
  overflow:auto;
}
a {
  color: $6;
}
.sidebar.themed {
  background-color: $7;
}