Skip to content

Commit 753aa58

Browse files
mustafa-sayyedsidvishnoi
authored andcommitted
fix top menu feedback
1 parent 48d2e3b commit 753aa58

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/pages/FoundationHeader.astro

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,11 +334,15 @@ import ExternalIcon from "../../../public/img/icon-external.svg";
334334
}
335335

336336
.menu-item--level-1 > .is-active {
337-
border-inline-start: 2px solid var(--color-header-accent);
337+
text-decoration: underline;
338+
text-decoration-thickness: 1.5px;
339+
text-underline-offset: 5px;
338340
}
339341

340342
.menu-item--level-2 > .is-active {
341343
text-decoration: underline;
344+
text-decoration-thickness: 1.5px;
345+
text-underline-offset: 5px;
342346
}
343347

344348
.switch-link:hover {

0 commit comments

Comments
 (0)