From 6aa3552cf87ba9cd7258bca0e7fa80beb925cd6d Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Thu, 26 Nov 2015 15:47:35 -0800 Subject: theme.css: change color of inline code to #777 Droid Sans Mono doesn't stand out too well in a wall of PT Serif. Changing to a greyish color doesn't disrupt the black-and-white feel of the website, while giving inline code a bit more distinction. --- source/css/theme.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/css/theme.css') diff --git a/source/css/theme.css b/source/css/theme.css index cebddf6e..2394024e 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -111,6 +111,7 @@ a { code { font-size: 0.95em; + color: #777; font-family: 'Droid Sans Mono', 'Courier', monospace; } @@ -129,6 +130,7 @@ pre[class*=sourceCode] { pre code { font-size: 0.91em; line-height: 135%; + color: #333; } blockquote { -- cgit v1.2.1