From 46bf7a9ff9c6eb2e9603855575e1268d60fd4802 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Sat, 19 Mar 2022 09:52:26 -0400 Subject: [PATCH] fixed css for top button --- 2022/assets/css/custom.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/2022/assets/css/custom.css b/2022/assets/css/custom.css index b98ad562..9ac1805f 100644 --- a/2022/assets/css/custom.css +++ b/2022/assets/css/custom.css @@ -831,7 +831,8 @@ hr { border-bottom: none; color:#510f01 !important; } -.nav > li > a:hover { +.nav > li > a:hover, +.lp-home a:hover { color:#ffffff !important; } -- 2.25.1