From 82d08a70b20141e8ab24afc0cbec2c9b811e31c4 Mon Sep 17 00:00:00 2001 From: Bhavy_Zala Date: Thu, 27 Jun 2024 14:18:58 +0530 Subject: [PATCH] Login/Singup button fix --- website3.0/stylesheets/header.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website3.0/stylesheets/header.css b/website3.0/stylesheets/header.css index 86569371..b934cd80 100644 --- a/website3.0/stylesheets/header.css +++ b/website3.0/stylesheets/header.css @@ -298,10 +298,11 @@ nav { } /* Styles for AuthButton and Overlay */ + .auth-btn { background-color: rgba(245, 245, 245, 0.788); border: none; - border-radius: 25px; + border-radius: 15px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); color: #000000; font-size: 20px;