From 623981fa21df17668435e4c726d10fc9257b006b Mon Sep 17 00:00:00 2001 From: Michael McMahon Date: Thu, 18 Mar 2021 13:32:58 -0400 Subject: [PATCH] Update live button hover --- 2021/assets/css/custom.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/2021/assets/css/custom.css b/2021/assets/css/custom.css index 4b2c69c4..b9292fe5 100644 --- a/2021/assets/css/custom.css +++ b/2021/assets/css/custom.css @@ -846,9 +846,10 @@ hr { .nav > li > a:hover, .nav > li > a:focus, .lp-home a:hover, -.lp-home a:focus { +.lp-home a:focus, +.area-link a:hover, +.area-link a:focus { background-color: rgb(55, 57, 58); - /*background-color: rgb(157, 128, 0);*/ color: #C4A000; } -- 2.25.1