Bold active nav links for accessibility (#5673)

Before
<img width="412" alt="Screenshot 2024-07-31 at 3 47 38 PM"
src="https://github.com/user-attachments/assets/d95ebb62-079b-4e20-964c-9876b5978e4c">
After
<img width="412" alt="Screenshot 2024-07-31 at 3 47 21 PM"
src="https://github.com/user-attachments/assets/a658d46a-3eeb-4f00-8952-d4c1dd91afe6">
This commit is contained in:
Zanie Blue 2024-07-31 17:16:48 -04:00 committed by GitHub
parent ff2b810fdf
commit b0e37859ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -142,3 +142,8 @@ See https://github.com/astral-sh/uv/issues/5130 */
.highlight .gp, .highlight .go { /* Generic.Prompt, Generic.Output */ .highlight .gp, .highlight .go { /* Generic.Prompt, Generic.Output */
user-select: none; user-select: none;
} }
/* Bold the active nav link for accessibility */
.md-nav__link--active {
font-weight: bold;
}