From 2de0574dab50204a60acac4e863c16ee9813f5d6 Mon Sep 17 00:00:00 2001 From: zoe Date: Tue, 21 Feb 2023 20:09:33 +0100 Subject: [PATCH] ok one more time --- 2023/assets/css/custom.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/2023/assets/css/custom.css b/2023/assets/css/custom.css index 429c1cdb..61568323 100644 --- a/2023/assets/css/custom.css +++ b/2023/assets/css/custom.css @@ -855,12 +855,16 @@ hr { text-decoration: none; } -.navbar-default .navbar-nav > li.btn-register > a:focus, +.navbar-default .navbar-nav > li.btn-register > a:focus { + color: #ffffff !important; +} .navbar-default .navbar-nav > li.btn-register > a:hover { background-color: transparent; color: #ffffff; } + + .nav > li > a:hover, .nav > li > a:focus, .lp-home a:hover, -- 2.25.1