1
0
Fork 0

docs: add theme

This commit is contained in:
ssube 2019-06-29 11:39:27 -05:00
parent e1d5144f69
commit a404b8de40
2 changed files with 33 additions and 0 deletions

1
docs/_config.yml Normal file
View File

@ -0,0 +1 @@
theme: jekyll-theme-midnight

View File

@ -0,0 +1,32 @@
---
---
@import "{{ site.theme }}";
.wrapper {
max-width: 1600px;
}
section {
max-width: 1600px;
}
code, pre {
background: rgba(0, 0, 0, 0.2);
border: inset 1px black;
box-shadow: none;
padding: 2px 6px;
}
code code, pre code {
background: transparent;
border: none;
box-shadow: none;
margin: 0;
padding: 0;
}
#header {
top: auto;
bottom: 0;
}