Skip to content

Commit

Permalink
Updated blue background
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushmaanagarwal1211 committed Jun 23, 2024
1 parent 807a786 commit 6d56757
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/pages/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ right: 20px !important;
z-index: 1;
}

.elements{
.elements {
width: 100vw !important;
display: flex;
flex-direction: column;
Expand All @@ -212,13 +212,15 @@ right: 20px !important;
position: fixed;
gap: 20px !important;
top: 105px !important;
background-color: #e6e6fa;
background-color: rgba(230, 230, 250, 0.6); /* Light purple with some transparency */
backdrop-filter: blur(10px); /* Adjust the blur radius as needed */
overflow: hidden;
right: 0px !important;
border-radius: 15px !important;
}

.active .elements{
background-color: #000016;
background-color: rgba(0, 0, 0, 0.6);
color: white;
}
.container2{
Expand Down

0 comments on commit 6d56757

Please sign in to comment.