Show age in weight graph
This commit is contained in:
@@ -491,6 +491,18 @@ dialog menu {
|
||||
.chart-svg .bar-eat { fill: var(--eat); }
|
||||
.chart-svg .weight-line { stroke: var(--weight); stroke-width: 2; fill: none; }
|
||||
.chart-svg .weight-dot { fill: var(--weight); }
|
||||
.chart-svg .weight-hit { fill: transparent; cursor: pointer; }
|
||||
.chart-svg .weight-hit.active {
|
||||
fill: color-mix(in srgb, var(--weight) 22%, transparent);
|
||||
stroke: var(--weight);
|
||||
stroke-width: 1.5;
|
||||
}
|
||||
|
||||
.weight-point-info {
|
||||
margin: 6px 4px 0;
|
||||
min-height: 1.2em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.weight-summary {
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user