From da54dfd21a0f40f199c957e2e06c39e5db1c75b7 Mon Sep 17 00:00:00 2001 From: Pete Date: Fri, 29 Jul 2016 22:26:26 -0500 Subject: [PATCH] remove imp --- css/main.css | 2 +- css/pygment_highlights.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/main.css b/css/main.css index 9a7a33b..914987b 100644 --- a/css/main.css +++ b/css/main.css @@ -588,7 +588,7 @@ table tr td :last-child { /* --- Code blocks --- */ pre { - font-size: 16px !important; + font-size: 16px; line-height: 1.5em; } pre code { diff --git a/css/pygment_highlights.css b/css/pygment_highlights.css index 3904a9c..411bfeb 100644 --- a/css/pygment_highlights.css +++ b/css/pygment_highlights.css @@ -1,5 +1,5 @@ /* .highlight { background: #ffffff; } Dean commented out */ -.highlight pre { background-color: #fff; font-size: 16px } +/* .highlight pre { background-color: #fff; font-size: 16px } */ .highlight .c { color: #999988; font-style: italic } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { font-weight: bold } /* Keyword */