Skip to content

Commit

Permalink
theme/css/general.css: append bullet to emphasize active sidebar item
Browse files Browse the repository at this point in the history
  • Loading branch information
ethamck committed Aug 3, 2024
1 parent 8e7053a commit 973ce43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/theme/css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ svg {
#sidebar a.active {
color: var(--sidebar-active);
}
#sidebar a.active::after {
content: ' •' / ' selected';
}

#sidebar-toggle {
display: none;
Expand Down

0 comments on commit 973ce43

Please sign in to comment.