From 978c8c7b6b18cb02e25855968d6526432aeb56cf Mon Sep 17 00:00:00 2001 From: Rabia Date: Tue, 24 Oct 2023 05:37:52 +0500 Subject: [PATCH] Addition of Hover Effect on Navbar Options --- src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.css b/src/index.css index 9556d820..d6345ba6 100644 --- a/src/index.css +++ b/src/index.css @@ -33,4 +33,8 @@ li { .container { margin-left: 0.8rem !important; +} + +span.material-symbols-outlined:hover { + color: #216fff; } \ No newline at end of file