summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/new_tab_theme.css
blob: ff36f521b0e8ef0baceb844a5a485f0e8aca0817 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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;
  color: $8;
}
.sidebar.themed a {
  color: $9;
}