Updating TOC scss

This commit is contained in:
2020-06-09 01:40:08 +01:00
parent f7bd5ba3bf
commit 0fa9f02b86

View File

@@ -1,7 +1,8 @@
div.toc-sidebar {
position: fixed;
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%;
margin-top: -500%;
padding-top: 500%;
@@ -9,13 +10,8 @@ div.toc-sidebar {
margin-right: 5%;
font-size: 0.9em;
& ul {
// margin-left: -40px;
}
& li {
list-style: none;
// margin-left: -38px;
padding-bottom: 10px;
}
}
@@ -27,3 +23,8 @@ div.toc-sidebar {
margin-left: -15px;
}
}
div.toc-contents a {
// color: $text-muted
color: $gray-700
}