Skip to content

Commit 699351d

Browse files
committed
Better syntax highlighting for comments and styling for tutorial steps.
1 parent 7b8ae75 commit 699351d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

index.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,15 @@ a:visited { color: white; }
107107
z-index: 1;
108108
}
109109

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+
110119
#tutorial h1 {
111120
padding: 0;
112121
margin: 0;
@@ -244,3 +253,7 @@ a:visited { color: white; }
244253
position: absolute;
245254
font-size: 15px;
246255
}
256+
257+
.ace_comment {
258+
color :rgb(180, 255, 200) !important;
259+
}

0 commit comments

Comments
 (0)