From b129a62789b3a3f502c54aa26ce6265a8f08d881 Mon Sep 17 00:00:00 2001 From: David Piontkowski Date: Sun, 8 Aug 2021 18:49:20 -0400 Subject: [PATCH] Changed hover text color to match that of regular text for consistency and readability --- CSS/variables/onedark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS/variables/onedark.css b/CSS/variables/onedark.css index e8540432..9bd8f541 100644 --- a/CSS/variables/onedark.css +++ b/CSS/variables/onedark.css @@ -10,7 +10,7 @@ --button-color: #98c379; --button-color-hover: #c678dd; --button-text: #282c34; - --button-text-hover: #FFF; + --button-text-hover: #282c34; --accent-color: 97, 175, 239; --accent-color-hover: rgb(var(--accent-color),.8);