diff --git a/src/components/connectWindow/connectWindow.css b/src/components/connectWindow/connectWindow.css index 4f5953a..f539bda 100644 --- a/src/components/connectWindow/connectWindow.css +++ b/src/components/connectWindow/connectWindow.css @@ -23,7 +23,9 @@ position: absolute; width: 100%; height: 100%; - background-color: rgba(0, 0, 0, 0.2); + /* background-color: rgba(0, 0, 0, 0.2); background: rgba(17, 13, 28, 0.8); - backdrop-filter: blur(15px); + backdrop-filter: blur(15px); */ + background: rgba(17, 13, 28, 0.3); + backdrop-filter: blur(24px); } \ No newline at end of file diff --git a/src/components/mainPart/pinkButton.css b/src/components/mainPart/pinkButton.css index 1f55c31..0630ff3 100644 --- a/src/components/mainPart/pinkButton.css +++ b/src/components/mainPart/pinkButton.css @@ -40,6 +40,7 @@ .main-part-text-button.disabled:active { background: #828282; color: #FFFFFF; + border: none; } @media screen and (min-width: 2000px) {