UniTO/anno3/avrc/assignments/dataviz/static/css/d3-heatmap2.css
Francesco Mecca 4fbff9f443 avrc :3
2019-12-05 16:44:41 +01:00

34 lines
No EOL
494 B
CSS

.columnLabel, .rowLabel {
font-size: 1.0rem;
fill: #AAAAAA;
font-weight: 300;
}
.title {
font-size: 2.8rem;
fill: #4F4F4F;
font-weight: 300;
}
.subtitle {
font-size: 1.4rem;
fill: #AAAAAA;
font-weight: 300;
}
.axis path, .axis tick, .axis line {
fill: none;
stroke: none;
}
text {
font-size: 1.2rem;
fill: #AAAAAA;
font-weight: 400;
}
.legendTitle {
font-size: 1.3rem;
fill: #4F4F4F;
font-weight: 400;
}