Skip to content

Commit

Permalink
Merge pull request #236 from kfrn/gh-pages
Browse files Browse the repository at this point in the history
Create more subheadings and reorganise commands
  • Loading branch information
ablwr authored Oct 4, 2017
2 parents 17ea63f + 89ea7a2 commit 516a78d
Show file tree
Hide file tree
Showing 2 changed files with 831 additions and 779 deletions.
13 changes: 13 additions & 0 deletions css/css.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ h2 {
.select-from {
font-size: 16px;
}

code {
word-break: break-all;
word-wrap: break-word;
Expand Down Expand Up @@ -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;
Expand Down
Loading

0 comments on commit 516a78d

Please sign in to comment.