diff --git a/.vscode/settings.json b/.vscode/settings.json index e69de29..2f83612 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5503 +} diff --git a/style.css b/style.css index 7940ddf..b657544 100644 --- a/style.css +++ b/style.css @@ -11,17 +11,6 @@ font-family: "Playfair Display", serif; } -.home .slider .home-content{ - color: white; - background-color:rgba(5, 51, 20,0.2); - backface-visibility: hidden; -} - -.slide_viewer .slide_group .slide{ - filter: blur(2px); - -} - /* Customizing the title */ .swal-title { color: #000000 !important; /* Change title color */