diff --git a/components/Navbar/Navbar.html b/components/Navbar/Navbar.html
index 62e1fbf..59ac0c0 100644
--- a/components/Navbar/Navbar.html
+++ b/components/Navbar/Navbar.html
@@ -257,6 +257,13 @@
font-size: larger;
}
}
+ /* Styling for the active tab */
+ .tab.active a {
+ color: #fff; /* Change text color */
+ background-color: #359b6b; /* Change background for visibility */
+ border-radius: 5px;
+ padding: 3.5px;
+ }