Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
doc: use somewhat consistent styling for css assets
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Aug 23, 2012
1 parent 81b711b commit 45cd4e2
Show file tree
Hide file tree
Showing 5 changed files with 511 additions and 466 deletions.
11 changes: 6 additions & 5 deletions doc/api_assets/sh.css
Expand Up @@ -3,21 +3,22 @@
font-style: normal;
}

.sh_sourceCode .sh_symbol , .sh_sourceCode .sh_cbracket {
.sh_sourceCode .sh_symbol,
.sh_sourceCode .sh_cbracket {
color: #333;
}

.sh_sourceCode .sh_keyword {
color: #c96;
}

.sh_sourceCode .sh_string, .sh_sourceCode .sh_regexp, .sh_sourceCode .sh_number,
.sh_sourceCode .sh_specialchar
{
.sh_sourceCode .sh_string,
.sh_sourceCode .sh_regexp,
.sh_sourceCode .sh_number,
.sh_sourceCode .sh_specialchar {
color: #690;
}

.sh_sourceCode .sh_comment {
color: #666;
}

0 comments on commit 45cd4e2

Please sign in to comment.