Skip to content
Snippets Groups Projects
Commit 4744316a authored by Raniere Silva's avatar Raniere Silva
Browse files

Set up code color

parent 6753e095
Branches
Tags
No related merge requests found
......@@ -95,6 +95,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