Updating TOC scss
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
div.toc-sidebar {
|
div.toc-sidebar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 0;
|
right: 0;
|
||||||
background-color: rgb(245,245,245);
|
// background-color: rgb(245,245,245);
|
||||||
|
background: repeating-linear-gradient(135deg, rgba(128, 50, 50, 0.05), rgba(160, 60, 60, 0.05) 5px, rgba(0,0,0,0) 5px, rgba(0,0,0,0) 10px);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin-top: -500%;
|
margin-top: -500%;
|
||||||
padding-top: 500%;
|
padding-top: 500%;
|
||||||
@@ -9,13 +10,8 @@ div.toc-sidebar {
|
|||||||
margin-right: 5%;
|
margin-right: 5%;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
|
|
||||||
& ul {
|
|
||||||
// margin-left: -40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
& li {
|
& li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
// margin-left: -38px;
|
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -27,3 +23,8 @@ div.toc-sidebar {
|
|||||||
margin-left: -15px;
|
margin-left: -15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.toc-contents a {
|
||||||
|
// color: $text-muted
|
||||||
|
color: $gray-700
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user