-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
33 lines (28 loc) · 703 Bytes
/
main.css
File metadata and controls
33 lines (28 loc) · 703 Bytes
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
26
27
28
29
30
31
32
33
body {
shape-rendering: crispEdges;
}
.day {
fill: rgba(0, 0, 0, 0.03);
}
.day.today, .day:hover {
stroke: #333;
}
.month {
fill: none;
stroke: #333;
}
.label {
font-size: 2em;
}
/* Read Yellow Green */
.RdYlGn .q0-11{fill:rgba(0,104,55, 0.8);}
.RdYlGn .q1-11{fill:rgba(26,152,80, 0.8);}
.RdYlGn .q2-11{fill:rgba(102,189,99, 0.8);}
.RdYlGn .q3-11{fill:rgba(166,217,106, 0.8);}
.RdYlGn .q4-11{fill:rgba(217,239,139, 0.8);}
.RdYlGn .q5-11{fill:rgba(255,255,191, 0.8);}
.RdYlGn .q6-11{fill:rgba(254,224,139, 0.8);}
.RdYlGn .q7-11{fill:rgba(253,174,97, 0.8);}
.RdYlGn .q8-11{fill:rgba(244,109,67, 0.8);}
.RdYlGn .q9-11{fill:rgba(215,48,39, 0.8);}
.RdYlGn .q10-11{fill:rgba(165,0,38, 0.8);}