From 6fda4730b361c02ae69b45804c533ea37cda874d Mon Sep 17 00:00:00 2001 From: Phuoc Nguyen Date: Thu, 1 Apr 2021 19:12:56 +0700 Subject: [PATCH] Increase the opacity --- client/pages/homePage.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pages/homePage.css b/client/pages/homePage.css index 50504da..1186e91 100644 --- a/client/pages/homePage.css +++ b/client/pages/homePage.css @@ -63,7 +63,7 @@ flex-direction: column; flex-wrap: nowrap; height: 180rem; - opacity: 0.4; + opacity: 0.8; } .home__slide { animation: slide 20s linear infinite;