node/doc/sh.css

25 lines
365 B
CSS
Raw Normal View History

2012-01-23 18:12:20 +08:00
.sh_sourceCode {
font-weight: normal;
font-style: normal;
}
.sh_sourceCode .sh_symbol,
.sh_sourceCode .sh_cbracket {
2012-01-23 18:12:20 +08:00
color: #333;
}
.sh_sourceCode .sh_keyword {
color: #c96;
}
.sh_sourceCode .sh_string,
.sh_sourceCode .sh_regexp,
.sh_sourceCode .sh_number,
.sh_sourceCode .sh_specialchar {
2012-01-23 18:12:20 +08:00
color: #690;
}
.sh_sourceCode .sh_comment {
color: #666;
}