minecraft-monitor/web/css/svg.css

28 lines
258 B
CSS
Raw Permalink Normal View History

2019-03-19 04:10:11 +00:00
body {
margin: 0;
padding: 0;
2019-03-13 18:38:21 +00:00
}
2019-03-13 19:31:09 +00:00
#graph {
transform: scaleY(-1);
2019-03-13 18:38:21 +00:00
}
#days {
stroke: grey;
stroke-width: 30;
stroke-dasharray: 0.01, 0.99;
}
line {
stroke: black;
2019-03-19 04:10:11 +00:00
stroke-width: 0.8;
2019-03-13 18:38:21 +00:00
}
line.error {
stroke: red;
}
line:hover {
2019-03-19 04:10:11 +00:00
stroke-width: 1.0;
2019-03-13 18:38:21 +00:00
}