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 */