From ffa150d9527a614070563574639c5e214cf3effc Mon Sep 17 00:00:00 2001 From: moonleay Date: Sun, 3 Dec 2023 19:52:58 +0100 Subject: [PATCH] WIP: removed bg image from feature page --- src/styles/components/ImageSection.scss | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) 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;