Skip to content

Commit 016fb28

Browse files
committed
Make style for side-nav-code-anchor when activated.
1 parent 817d62a commit 016fb28

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/styles/layout/_side-nav.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030

3131
&.active {
3232
color: $anchor-hover-color;
33+
code {
34+
color: $anchor-hover-color;
35+
font-weight: bold;
36+
}
3337
}
3438
}
3539
}

0 commit comments

Comments
 (0)