nightscout
Version:
Nightscout acts as a web-based CGM (Continuous Glucose Monitor) to allow multiple caregivers to remotely view a patients glucose data in realtime.
29 lines (24 loc) • 387 B
CSS
body {
fill: #fff;
}
.axis path,
.axis line {
fill: none;
stroke: #ffffff;
shape-rendering: crispEdges;
}
.open-right, .open-left {
shape-rendering: crispEdges;
}
.grid path, .axis line {
stroke: #bdbdbd;
stroke-opacity: 1;
}
.brush .extent {
stroke: #ffffff;
stroke-opacity: 0;
fill-opacity: 0;
}
.tooltip {
pointer-events: none;
}