fix navigation

This commit is contained in:
priyanshuvish
2025-08-28 17:05:42 +05:30
parent 7136f1b3e6
commit a2f4dc1a3e
4 changed files with 239 additions and 54 deletions

View File

@@ -2470,7 +2470,7 @@ html {
/* Management Development Section - Glassmorphic Download Button */
.management-dev-glassmorphic-btn {
background: rgba(4, 4, 91, 0.15) !important; /* Semi-transparent blue */
background: #04045b !important; /* Semi-transparent blue */
backdrop-filter: blur(12px) !important;
-webkit-backdrop-filter: blur(12px) !important;
border: 1px solid rgba(255, 255, 255, 0.2) !important;
@@ -2508,7 +2508,7 @@ html {
/* Enhanced hover effect with glassmorphism */
.management-dev-glassmorphic-btn:hover {
background: rgba(4, 4, 91, 0.25) !important;
/* background: rgba(4, 4, 91, 0.25) !important; */
border-color: rgba(255, 255, 255, 0.3) !important;
box-shadow:
0 12px 40px rgba(4, 4, 91, 0.2),