Start fleshing out docs site
This commit is contained in:
parent
fb14cb0737
commit
7ad50f2731
10 changed files with 339 additions and 176 deletions
39
docs/assets/css/style.scss
Normal file
39
docs/assets/css/style.scss
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue