heatmaps: part 5

This commit is contained in:
nym21
2026-05-30 15:43:59 +02:00
parent c1ff095e4b
commit 7e2fc8b455
3 changed files with 10 additions and 11 deletions
+2 -2
View File
@@ -31,7 +31,7 @@
padding: 0.5rem var(--main-padding);
gap: 1rem;
> div.field {
> label {
display: flex;
align-items: baseline;
flex-shrink: 0;
@@ -39,7 +39,7 @@
cursor: pointer;
color: var(--color);
> label {
> span:first-child {
color: var(--off-color);
}