From 19e072b2ec7be3b028daa60f7df4d55b99567f74 Mon Sep 17 00:00:00 2001 From: Syphax Date: Wed, 20 Nov 2024 15:24:19 +0100 Subject: [PATCH] make the topnav login button background white --- app/assets/stylesheets/nav_bar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/nav_bar.scss b/app/assets/stylesheets/nav_bar.scss index ddf5619624..c942aad9f2 100644 --- a/app/assets/stylesheets/nav_bar.scss +++ b/app/assets/stylesheets/nav_bar.scss @@ -119,7 +119,7 @@ padding: 3px 34px; border: 1px solid white; border-radius: 5px; - color: white !important; + background-color: white !important; transition: background-color 0.2s ease-in-out; } .nav-items .nav-a:hover{