Skip to content

Commit

Permalink
improve basic layout style (#884)
Browse files Browse the repository at this point in the history
* improve basic layout style

* add missing modification
  • Loading branch information
kidonng authored Mar 9, 2020
1 parent 0f1749c commit 5d541dd
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit 5d541dd

Please sign in to comment.