Browse Source

Changed hover text color to match that of regular text for consistency and readability

pull/244/head
David Piontkowski 4 years ago
parent
commit
b129a62789
  1. 2
      CSS/variables/onedark.css

2
CSS/variables/onedark.css

@ -10,7 +10,7 @@
--button-color: #98c379; --button-color: #98c379;
--button-color-hover: #c678dd; --button-color-hover: #c678dd;
--button-text: #282c34; --button-text: #282c34;
--button-text-hover: #FFF; --button-text-hover: #282c34;
--accent-color: 97, 175, 239; --accent-color: 97, 175, 239;
--accent-color-hover: rgb(var(--accent-color),.8); --accent-color-hover: rgb(var(--accent-color),.8);

Loading…
Cancel
Save