From 32ae338e5117e50c92a15ba2f84dc6f3333b6fa6 Mon Sep 17 00:00:00 2001 From: Bikems Reezal <109128905+Bikems79@users.noreply.github.com> Date: Wed, 24 Jul 2024 19:11:44 +0545 Subject: [PATCH] slider gradient removed --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 9783778..78e3d56 100644 --- a/css/style.css +++ b/css/style.css @@ -439,7 +439,7 @@ h6{ align-items: center; justify-content: center; text-align: center; - background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6)); + /* background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6)); */ background-size: cover; }