From 364ab2a83f63cb0b5a29edff3c1b070f7312b29f Mon Sep 17 00:00:00 2001 From: AftabMankapure Date: Mon, 19 Feb 2024 23:53:07 +0530 Subject: [PATCH 1/2] update navbar --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 84b60f96d..329c387b5 100644 --- a/style.css +++ b/style.css @@ -195,7 +195,7 @@ header { background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(46, 151, 192, 0.8)); backdrop-filter: blur(50px); -webkit-backdrop-filter: blur(50px); - border-radius: 50px; + /* border-radius: 50px; */ border: 1px solid rgba(255, 255, 255, 0.18); box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37); } From 78dbb316500041b9f79c1ddf5efe3de22953d7c1 Mon Sep 17 00:00:00 2001 From: Rakesh Roshan Date: Wed, 21 Feb 2024 22:24:58 +0530 Subject: [PATCH 2/2] Update style.css --- style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style.css b/style.css index 329c387b5..fbd2e5a59 100644 --- a/style.css +++ b/style.css @@ -195,9 +195,8 @@ header { background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(46, 151, 192, 0.8)); backdrop-filter: blur(50px); -webkit-backdrop-filter: blur(50px); - /* border-radius: 50px; */ border: 1px solid rgba(255, 255, 255, 0.18); - box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37); + box-shadow: 0 20px 16px 0 rgba(0, 0, 0, 0.37); } .navbar a {