Style heatmap-caption color
This commit is contained in:
parent
e66b0692c2
commit
d30f0884a1
1 changed files with 10 additions and 0 deletions
|
|
@ -245,3 +245,13 @@ figcaption > p {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#heatmap-caption {
|
||||||
|
color: #888;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: light) {
|
||||||
|
#heatmap-caption {
|
||||||
|
color: #3d4449;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue