minecraft-monitor/svg.css

29 lines
300 B
CSS
Raw Normal View History

2019-03-13 19:31:09 +00:00
.overflow {
overflow-x: auto;
max-width: 100%;
2019-03-13 18:38:21 +00:00
}
2019-03-13 19:31:09 +00:00
#graph {
background-color: #EEE;
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;
stroke-width: 0.4;
}
line.error {
stroke: red;
}
line:hover {
stroke-width: 0.6;
}