Style heatmap-caption color

This commit is contained in:
Alex Selimov 2026-05-11 23:35:16 -04:00
parent e66b0692c2
commit d30f0884a1

View file

@ -245,3 +245,13 @@ figcaption > p {
text-align: center;
font-style: italic;
}
#heatmap-caption {
color: #888;
}
@media (prefers-color-scheme: light) {
#heatmap-caption {
color: #3d4449;
}
}