Fix readability of chart hover

This commit is contained in:
PhyxionNL 2022-04-13 13:54:53 +02:00 committed by Louis Lam
parent fd8cba1dad
commit e44699216e

View File

@ -286,6 +286,7 @@ export default {
.dark &:hover {
background: $dark-font-color;
color: black;
}
}