doc: add TC meeting 2015-04-15 minutes
[platform/upstream/nodejs.git] / doc / sh.css
1 .sh_sourceCode {
2   font-weight: normal;
3   font-style: normal;
4 }
5
6 .sh_sourceCode .sh_symbol,
7 .sh_sourceCode .sh_cbracket {
8   color: #333;
9 }
10
11 .sh_sourceCode .sh_keyword {
12   color: #c96;
13 }
14
15 .sh_sourceCode .sh_string,
16 .sh_sourceCode .sh_regexp,
17 .sh_sourceCode .sh_number,
18 .sh_sourceCode .sh_specialchar {
19   color: #690;
20 }
21
22 .sh_sourceCode .sh_comment {
23   color: #666;
24 }