From b4ff0b5ecaad7a1534b30867733ba1c3dc7e1c12 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 11 Jun 2023 18:39:05 -0400 Subject: [PATCH] adjust colors --- src/index.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/index.css b/src/index.css index 8a07166..e4c7fcb 100644 --- a/src/index.css +++ b/src/index.css @@ -55,13 +55,16 @@ background-color: transparent; } .lr{ - background-color: lightpink; + background-color: #e1cace; } .lg{ - background-color: lightgreen; + background-color: #a7dca7; } .lb{ - background-color: lightblue; + background-color: #b3ccd7; +} +.ly{ + background-color: #eeee67; } .offer-slide-item{ background: rgb(2,0,36);