mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 11:05:49 +00:00
style(header.css): enhance active menu item styling with underline effects
This commit is contained in:
@@ -91,5 +91,7 @@
|
|||||||
|
|
||||||
.menu .active {
|
.menu .active {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
border-bottom: 2px solid currentColor;
|
text-decoration: underline;
|
||||||
|
text-underline-offset: 0.3rem;
|
||||||
|
text-decoration-thickness: 2px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user