Metrics bar styling.

This commit is contained in:
Mike Cao
2024-05-23 00:58:31 -07:00
parent df66acaacf
commit 24af06f3aa
7 changed files with 16 additions and 8 deletions

View File

@@ -61,3 +61,7 @@
color: var(--red700);
background: var(--red100);
}
.hide {
visibility: hidden;
}