From acd7dfae1dfb29fe117fceece52ef1f4c83be12c Mon Sep 17 00:00:00 2001 From: Vaibhav sasulkar Date: Tue, 25 Jun 2024 20:35:03 +0530 Subject: [PATCH] background color added for banner --- styles/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/styles.css b/styles/styles.css index 8be8f05a7..f18661940 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -417,11 +417,11 @@ main img { /* common classes for banner background start */ -.teaser.block.bg--lilen>.background{ +.teaser.block.--lilen>.background{ background-color: var(--lilen); } -.teaser.block.bg--rosewhite>.background{ +.teaser.block.--rosewhite>.background{ background-color: var(--rosewhite); } @@ -430,7 +430,7 @@ main img { background-size: 100% 100%; } -.teaser.block.bg----skyblue>.background { +.teaser.block.--skyblue>.background { background-color: var(--skyblue); } /* common classes for banner background end */