Skip to content

Commit

Permalink
Set up code color
Browse files Browse the repository at this point in the history
  • Loading branch information
Raniere Silva committed Jan 28, 2015
1 parent 45e8204 commit e56d770
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions css/swc.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,17 @@ table.outlined {
border-collapse: collapse;
}

/* Code sample */
pre.sourceCode{
color: ForestGreen;
}
pre.output {
color: MediumBlue;
}
pre.error {
color: Red;
}

/* Printing */
@media print {
h1 {
Expand Down

0 comments on commit e56d770

Please sign in to comment.