fix control buttons color matching background

This commit is contained in:
Nick Krecklow 2020-04-19 19:54:57 -05:00
parent 747fdbda8e
commit 203d8df844
No known key found for this signature in database
GPG Key ID: 5F149FDE156FFA94

@ -360,6 +360,10 @@ footer a:hover {
display: none;
}
.graph-controls-show {
color: var(--text-color);
}
#big-graph-controls .icon-star {
color: var(--color-gold);
}