Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MajesticWafer authored Jan 17, 2024
1 parent 61ea2f5 commit 8eaa04f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
left: 0;
width: 100%;
top: 40vh;
background: rgba(0, 0, 0, 0.2);
background: rgba(0, 0, 0, 0.1);
z-index: 3;
backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(3px);
Expand All @@ -140,7 +140,7 @@
height: 100%;
z-index: 4;
overflow: hidden scroll;
background: rgba(0, 0, 0, 0.5);
background: rgba(0, 0, 0, 0.35);
backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(3px);
}
Expand Down Expand Up @@ -187,15 +187,17 @@
}

.vk {
color: rgba(0, 0, 0, 0.2);
background-color: rgba(255, 255, 255, 0.25);
color: rgba(0, 0, 0, 0.05);
background-color: rgba(255, 255, 255, 0.15);
position: absolute;
z-index: 1;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
text-align: center;
vertical-align: middle;
border-radius: 0%;
display: inline-block;
backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(3px);
}

.vk-touched {
Expand Down

0 comments on commit 8eaa04f

Please sign in to comment.