File size: 132 Bytes
87b3b3a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.keyword {
	color: #33a;
}

.number {
	color: #a33;
}

.string, .string * {
	color: #555;
}

.comment, .comment * {
	color: #282;
}