diff --git a/Themes/LLBLGenPro/Destination/css/theme_colors.css b/Themes/LLBLGenPro/Destination/css/theme_colors.css index 3b3cf94..29d7ffd 100644 --- a/Themes/LLBLGenPro/Destination/css/theme_colors.css +++ b/Themes/LLBLGenPro/Destination/css/theme_colors.css @@ -19,6 +19,10 @@ body { color: #404040; } +code { + color : #600; +} + code, pre.nocode { background: #fff; border: solid 1px #e1e4e5;