Skip to content

Commit 9ca0b10

Browse files
committed
style(header.css): enhance active menu item styling with underline effects
1 parent 7e70622 commit 9ca0b10

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

assets/css/common/header.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,7 @@
9191

9292
.menu .active {
9393
font-weight: 500;
94-
border-bottom: 2px solid currentColor;
94+
text-decoration: underline;
95+
text-underline-offset: 0.3rem;
96+
text-decoration-thickness: 2px;
9597
}

0 commit comments

Comments
 (0)