From abb894cc61350a91f38affdf7fabe5b7ce8c5a2b Mon Sep 17 00:00:00 2001 From: Ildar Sagdejev Date: Mon, 16 Jan 2017 01:06:36 -0500 Subject: [PATCH] Reduced egregious font size of inline code fragments --- source/styles/crisp.css | 1 - 1 file changed, 1 deletion(-) diff --git a/source/styles/crisp.css b/source/styles/crisp.css index 2198372..6532ce8 100644 --- a/source/styles/crisp.css +++ b/source/styles/crisp.css @@ -130,7 +130,6 @@ ul, ol { } code { /*for code highlighting */ - font-size:1.4em; background: #eee; } pre {