diff --git a/src/components/PingChart.vue b/src/components/PingChart.vue index d5f80a379..4ff4c708f 100644 --- a/src/components/PingChart.vue +++ b/src/components/PingChart.vue @@ -286,7 +286,7 @@ export default { .dark &:hover { background: $dark-font-color; - color: black; + color: $dark-font-color2; } }