fix navigation
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user