Skip to content

Commit 516a78d

Browse files
authored
Merge pull request #236 from kfrn/gh-pages
Create more subheadings and reorganise commands
2 parents 17ea63f + 89ea7a2 commit 516a78d

File tree

2 files changed

+831
-779
lines changed

2 files changed

+831
-779
lines changed

css/css.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ h2 {
1414
.select-from {
1515
font-size: 16px;
1616
}
17+
1718
code {
1819
word-break: break-all;
1920
word-wrap: break-word;
@@ -85,6 +86,18 @@ div {
8586
transform: scale(1.3) translateZ(0);
8687
}
8788

89+
.contents-list {
90+
color: black;
91+
}
92+
93+
.contents-list:hover {
94+
color: #2a9fd6;
95+
}
96+
97+
.contents-list:before {
98+
content: "📼"
99+
}
100+
88101
.codeblock {
89102
font-family: monospace
90103
padding: 2px 4px;

0 commit comments

Comments
 (0)