mirror of
https://github.com/olivierlacan/keep-a-changelog.git
synced 2025-08-26 20:28:16 +02:00
30 lines
528 B
Sass
30 lines
528 B
Sass
.toc
|
|
position: fixed
|
|
z-index: 9999
|
|
top: 10%
|
|
left: 0
|
|
|
|
ul
|
|
list-style-position: inside
|
|
list-style-type: decimal-leading-zero
|
|
padding: 0 0 0 1em
|
|
li
|
|
padding-left: 1em
|
|
line-height: 2
|
|
a
|
|
padding: 0 1em
|
|
line-height: 2
|
|
display: none
|
|
|
|
span
|
|
display: none
|
|
|
|
li:hover
|
|
color: $color-sand
|
|
background: $color-black
|
|
li:hover a
|
|
color: $color-sand
|
|
font-weight: bold
|
|
background-color: $color-black
|
|
display: inline-block
|