Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/themes/basic/_layout.styl
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ li input[type='checkbox']
margin 0 1rem
padding 5px 0
position relative
cursor pointer

ul
background-color #fff
Expand Down Expand Up @@ -277,8 +278,9 @@ main.hidden
transition opacity 0.3s
width $sidebar-width - 16px
z-index 30
cursor pointer

.sidebar-toggle-button:hover
&:hover .sidebar-toggle-button
opacity 0.4

span
Expand Down