We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17ea63f + 89ea7a2 commit 516a78dCopy full SHA for 516a78d
css/css.css
@@ -14,6 +14,7 @@ h2 {
14
.select-from {
15
font-size: 16px;
16
}
17
+
18
code {
19
word-break: break-all;
20
word-wrap: break-word;
@@ -85,6 +86,18 @@ div {
85
86
transform: scale(1.3) translateZ(0);
87
88
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
101
.codeblock {
102
font-family: monospace
103
padding: 2px 4px;
0 commit comments