From 199318a81dafb53310450e2e1b5f9208e13c3175 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Tue, 5 Sep 2023 12:48:53 +0300 Subject: [PATCH] fix home opacity --- css/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/index.css b/css/index.css index 4a02ce2..df9f503 100644 --- a/css/index.css +++ b/css/index.css @@ -414,8 +414,8 @@ video { top: 0; right: 0; z-index: 40; - background-color: black; - opacity: .5; + background-color: rgba(0, 0, 0, 0.2); + /* opacity: .5; */ } .content { background: rgba(0, 0, 0, 0.5);