From b31db857b826d02bf9d26b3766c4fdbeac376f4b Mon Sep 17 00:00:00 2001 From: Frans Bouma Date: Wed, 16 Mar 2016 10:56:54 +0100 Subject: [PATCH] Updated LLBLGen Pro Theme --- Themes/LLBLGenPro/Destination/css/theme_colors.css | 4 ++++ 1 file changed, 4 insertions(+) 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;