From f8bf4e3c7b69c0e1f1059e78f829354105355bd4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 3 Sep 2020 22:22:35 +0100 Subject: [PATCH] Consistent button hover --- epicyon-options.css | 4 ++-- epicyon-search.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/epicyon-options.css b/epicyon-options.css index c7f07905..074b32cc 100644 --- a/epicyon-options.css +++ b/epicyon-options.css @@ -19,6 +19,7 @@ --time-color: #aaa; --button-text: #FFFFFF; --button-small-text: #FFFFFF; + --button-background-hover: #777; --button-background: #999; --button-small-background: #999; --button-selected: #666; @@ -107,8 +108,7 @@ a:focus { } .button:hover { - background-color: #555; - color: white; + background-color: var(--button-background-hover); } .options { diff --git a/epicyon-search.css b/epicyon-search.css index ab4a91a1..08a2f646 100644 --- a/epicyon-search.css +++ b/epicyon-search.css @@ -18,6 +18,7 @@ --text-entry-background: #111; --time-color: #aaa; --button-text: #FFFFFF; + --button-background-hover: #777; --button-background: #999; --button-selected: #666; --hashtag-margin: 2%; @@ -141,8 +142,7 @@ a:focus { } .button:hover { - background-color: #555; - color: white; + background-color: var(--button-background-hover); } input[type=text] {