From 2e3414135fbf8fbe47ee7fe1adbdfc8a20958dac Mon Sep 17 00:00:00 2001 From: PhyxionNL <7643972+PhyxionNL@users.noreply.github.com> Date: Wed, 13 Apr 2022 20:17:15 +0200 Subject: [PATCH] Update src/components/PingChart.vue Co-authored-by: Matthew Nickson --- src/components/PingChart.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }