blob: 820649d200478210ae409e4ed2fa3741abea76fe (
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:$$1;
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;
}
|