docs: add theme
This commit is contained in:
parent
e1d5144f69
commit
a404b8de40
|
@ -0,0 +1 @@
|
|||
theme: jekyll-theme-midnight
|
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue