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.
1 parent 2447fe6 commit 9c809aaCopy full SHA for 9c809aa
index.css
@@ -107,6 +107,15 @@ a:visited { color: white; }
107
z-index: 1;
108
}
109
110
+
111
+#tutorial p {
112
+ margin: 0 0;
113
+ padding: 0 0;
114
+ margin-bottom: 8px;
115
+ line-height: 1.4em;
116
+ font-weight: 300;
117
+}
118
119
#tutorial h1 {
120
padding: 0;
121
margin: 0;
@@ -244,3 +253,7 @@ a:visited { color: white; }
244
253
position: absolute;
245
254
font-size: 15px;
246
255
256
257
+.ace_comment {
258
+ color :rgb(180, 255, 200) !important;
259
0 commit comments