diff --git a/css/styles.css b/css/styles.css index e1bb858..2f1bfe0 100644 --- a/css/styles.css +++ b/css/styles.css @@ -201,10 +201,6 @@ a:visited { } @supports (backdrop-filter: blur(10px)) { - #container { - -webkit-backdrop-filter: blur(64px); - backdrop-filter: blur(64px); - } #base { -webkit-backdrop-filter: blur(64px); @@ -224,7 +220,7 @@ a:visited { width: calc(100% - 20px); height: calc(100% - 20px); - background-image: url("../images/profile.png"); + background-image: url("../images/background.png"); background-size: cover; background-position: center; background-color: black; diff --git a/images/background.png b/images/background.png new file mode 100644 index 0000000..0b22ad0 Binary files /dev/null and b/images/background.png differ diff --git a/images/profile.png b/images/profile.png deleted file mode 100644 index f6f8ce4..0000000 Binary files a/images/profile.png and /dev/null differ