Merge pull request #236 from kfrn/gh-pages

Create more subheadings and reorganise commands
This commit is contained in:
Ashley 2017-10-04 16:52:10 -04:00 committed by GitHub
commit 516a78d397
2 changed files with 792 additions and 740 deletions

View File

@ -14,6 +14,7 @@ h2 {
.select-from {
font-size: 16px;
}
code {
word-break: break-all;
word-wrap: break-word;
@ -85,6 +86,18 @@ div {
transform: scale(1.3) translateZ(0);
}
.contents-list {
color: black;
}
.contents-list:hover {
color: #2a9fd6;
}
.contents-list:before {
content: "📼"
}
.codeblock {
font-family: monospace
padding: 2px 4px;

1441
index.html

File diff suppressed because it is too large Load Diff