lib/calamum/templates/bootstrap/assets/stylesheets/main.css in calamum-1.0.2 vs lib/calamum/templates/bootstrap/assets/stylesheets/main.css in calamum-1.1.0

- old
+ new

@@ -15,6 +15,21 @@ } .deleteHeader{ background-color: #f5e8e8; border: 1px solid black; border-color: #e8c6c7; +} + +pre.prettyprint { + padding: 0px; + background-color: #fafafb; + border: none !important; +} + pre .str { + color: #36C; +} + pre .lit { + color: #c00; +} + pre .pun { + color: #999; } \ No newline at end of file