mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
try and style menus that go more than 2 pages deep
This commit is contained in:
parent
bcdc58dbc7
commit
d4e0ac1cd8
|
@ -53,6 +53,8 @@
|
|||
background: darken($section-background-color, 15%)
|
||||
.current
|
||||
background: darken($section-background-color, 20%)
|
||||
li.tocktree-l2.current > a
|
||||
background: darken($section-background-color, 20%)
|
||||
li.on a, li.current > a
|
||||
color: $text-color
|
||||
padding: $gutter / 4 $gutter
|
||||
|
@ -61,6 +63,7 @@
|
|||
background: $section-background-color
|
||||
border: none
|
||||
border-bottom: solid 1px darken($section-background-color, 20%)
|
||||
border-top: solid 1px darken($section-background-color, 20%)
|
||||
padding-left: $gutter -4px
|
||||
+font-smooth
|
||||
&:hover
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user