Updated bird profile view

This commit is contained in:
blaisadmin
2026-05-20 17:38:16 -04:00
parent 7514c7c306
commit f2c506ec16
2 changed files with 57 additions and 15 deletions
+11
View File
@@ -892,6 +892,17 @@ textarea {
font-size: 11px;
}
.latest-weight-callout rect {
fill: rgba(255, 253, 249, 0.94);
stroke: rgba(31, 42, 42, 0.16);
}
.latest-weight-callout text {
fill: var(--text);
font-size: 11px;
font-weight: 700;
}
.historical-weight-line,
.historical-weight-dot {
opacity: 0.48;