fix: derive heatmap color from primary instead of hardcoded blue

This commit is contained in:
2026-05-04 20:38:13 +02:00
parent 91df35dbd3
commit f4aba551a2
2 changed files with 2 additions and 1 deletions

View File

@@ -471,6 +471,7 @@ form button[type="submit"]:hover {
text-align: center;
min-height: 48px;
display: flex; flex-direction: column; align-items: center; justify-content: center;
background: oklch(85.2% 0.199 91.936 / var(--alpha, 0.05));
}
.heatmap-count { font-size: 0.85rem; font-weight: 700; }
.heatmap-month { font-size: 0.65rem; opacity: 0.6; margin-top: 2px; }