Skip to content

Commit ea51b66

Browse files
CopilotPALP31
andauthored
Add keyboard focus-visible indicator for nav links
Agent-Logs-Url: https://github.com/PALP31/Triticum-tale-web/sessions/18319cc2-52c8-4e19-b674-4e530998975a Co-authored-by: PALP31 <180587161+PALP31@users.noreply.github.com>
1 parent 2b3b1d9 commit ea51b66

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/custom.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ h2 {
1616
text-decoration: underline;
1717
}
1818

19+
.navbar .navbar-nav .nav-link:focus-visible {
20+
outline: 2px solid $navbar-hl;
21+
outline-offset: 2px;
22+
}
23+
1924
.hero {
2025
padding: 3rem 1.5rem;
2126
margin: 1.5rem 0 2rem;

0 commit comments

Comments
 (0)