From b13749ae13298a47527d19106b69fdd00bd80ce8 Mon Sep 17 00:00:00 2001 From: Pearl-2003 Date: Tue, 5 Nov 2024 15:12:45 +0530 Subject: [PATCH] change in css in class header nav ul li a --- style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/style.css b/style/style.css index cade89f..6b6e3bc 100644 --- a/style/style.css +++ b/style/style.css @@ -1631,7 +1631,7 @@ header nav ul li a { text-decoration: none; transition: color 0.3s, border-bottom 0.3s; - background-color: #333; + background-color: rgba(0, 0, 0, 0.125); padding: 1rem; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); position: sticky;