We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d2e3b commit 753aa58Copy full SHA for 753aa58
src/components/pages/FoundationHeader.astro
@@ -334,11 +334,15 @@ import ExternalIcon from "../../../public/img/icon-external.svg";
334
}
335
336
.menu-item--level-1 > .is-active {
337
- border-inline-start: 2px solid var(--color-header-accent);
+ text-decoration: underline;
338
+ text-decoration-thickness: 1.5px;
339
+ text-underline-offset: 5px;
340
341
342
.menu-item--level-2 > .is-active {
343
text-decoration: underline;
344
345
346
347
348
.switch-link:hover {
0 commit comments