Skip to content
Snippets Groups Projects
Commit e71f43d2 authored by Greg Wilson's avatar Greg Wilson
Browse files

Merge pull request #28 from r-gaia-cs/code-color

Set up code color
parents 5944ecee 4744316a
Branches
Tags
No related merge requests found
......@@ -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 {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment