From 734a6bba41370d919d3a74466b1a75ce50b2829d Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Sun, 1 Jun 2014 18:45:35 -0400 Subject: Making syntax highlighting more readable --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index a8c531b..36780ae 100644 --- a/style.css +++ b/style.css @@ -241,7 +241,8 @@ footer { code { font-family: 'Courier', monospace; - font-size: 14px; } + font-size: 14px; + color: #999999; } .highlight .c, .highlight .c1 { color: #586e75; } -- cgit v1.2.3