From ea458373726e7e3424617160aafcb3f7eacfd4e7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 1 Nov 2020 14:29:03 -0800 Subject: Default CSS: avoid padding and color if monobackgroundcolor not given. This makes the default more austere, while putting the padded, colored code elements within easy reach. --- test/writer.html5 | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/writer.html5') diff --git a/test/writer.html5 b/test/writer.html5 index cb33a106d..b5e65a4d7 100644 --- a/test/writer.html5 +++ b/test/writer.html5 @@ -84,16 +84,12 @@ } code { font-family: Menlo, Monaco, 'Lucida Console', Consolas, monospace; - background-color: #f0f0f0; font-size: 85%; margin: 0; - padding: .2em .4em; } pre { margin: 1.7em 0; line-height: 1.5em; - padding: 1em; - background-color: #f0f0f0; overflow: auto; } pre code { -- cgit v1.2.3