Start fleshing out docs site

This commit is contained in:
Max Brunsfeld 2018-06-10 09:54:59 -07:00
parent fb14cb0737
commit 7ad50f2731
10 changed files with 339 additions and 176 deletions

View file

@ -0,0 +1,39 @@
---
---
@import 'jekyll-theme-cayman';
#main-content, #table-of-contents {
padding-top: 20px;
}
#table-of-contents {
border-right: 1px solid #ddd;
}
.nav-link.active {
text-decoration: underline;
}
.logo {
padding: 20px;
padding-top: 0;
display: block;
}
.toc-section, .logo {
border-bottom: 1px solid #ccc;
}
.toc-section.active {
background-color: #edffcb;
}
li {
display: block;
}
body {
overflow-y: scroll;
padding-bottom: 100px;
}