diff --git a/src/styles/components/ImageSection.scss b/src/styles/components/ImageSection.scss index 62e4c03..245bca0 100644 --- a/src/styles/components/ImageSection.scss +++ b/src/styles/components/ImageSection.scss @@ -8,15 +8,16 @@ position: relative; background-size: contain; - background-color: rgba(183, 183, 183, 0.4); - backdrop-filter: blur(5px); - background-image: url("https://static.moonleay.net/img/lilJuddWeb/bgs/tapes-bg.png"), - linear-gradient( - 180deg, - rgba(2, 0, 36, 0.1) 0%, - rgba(0, 0, 0, 0) 35%, - rgba(0, 0, 0, 0.25) 100% - ); + background-color: rgba(0, 0, 0, 0.5); + //background-color: rgba(183, 183, 183, 0.5); + //backdrop-filter: blur(5px); + //background-image: url("https://static.moonleay.net/img/lilJuddWeb/bgs/tapes-bg.png"), + // linear-gradient( + // 180deg, + // rgba(2, 0, 36, 0.1) 0%, + // rgba(0, 0, 0, 0) 35%, + // rgba(0, 0, 0, 0.25) 100% + // ); &.centered { grid-column: 1/-1; @@ -31,8 +32,8 @@ justify-content: space-around; .imgDiv { - background-color: rgba(0, 0, 0, 0.4); - backdrop-filter: blur(5px); + //background-color: rgba(0, 0, 0, 0.4); + //backdrop-filter: blur(5px); padding: 0.5rem; margin-left: 3rem;