diff --git a/index.html b/index.html index 067a71c..e74a476 100644 --- a/index.html +++ b/index.html @@ -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); @@ -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); } @@ -187,8 +187,8 @@ } .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); @@ -196,6 +196,8 @@ vertical-align: middle; border-radius: 0%; display: inline-block; + backdrop-filter: blur(3px); + -webkit-backdrop-filter: blur(3px); } .vk-touched {