From 4f18ffd34e7a5fb1911de118f4a399bf8c36c471 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Tue, 10 Sep 2019 08:16:56 +0000 Subject: [PATCH] Resolve colors used in "Visual Improvements" --- data/style.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/data/style.css b/data/style.css index e89253e1..c6280048 100644 --- a/data/style.css +++ b/data/style.css @@ -19,9 +19,21 @@ } #Return { - background: #6480ff + background: #1c71d8; + border-color: #1a5fb4 +} + +#Return:active { + background: #1c71d8; + border-color: #3584e4; } #Shift_L { - background: #363438 + background: #2b292f; + border-color: #3e3a44 +} + +#Shift_L:active { + background: #1c71d8; + border-color: #3584e4; }