style(header.css): enhance active menu item styling with underline effects

This commit is contained in:
Aditya Telange
2026-04-26 17:02:29 +05:30
parent 176670c077
commit 809b67df8b
+3 -1
View File
@@ -91,5 +91,7 @@
.menu .active {
font-weight: 500;
border-bottom: 2px solid currentColor;
text-decoration: underline;
text-underline-offset: 0.3rem;
text-decoration-thickness: 2px;
}