Skip to content

Commit 477f641

Browse files
authored
Update style.scss to make current page bold in the left side menu.
1 parent b304feb commit 477f641

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/css/style.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
---
33

44
@import 'jekyll-theme-architect';
5+
6+
.sidebar-menu .current {
7+
font-weight: bold;
8+
}

0 commit comments

Comments
 (0)