From 7e4fe080e39951f54096f883f4ecc57893ee082e Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Wed, 24 Apr 2019 14:48:48 +0000 Subject: [PATCH] Change color and spacing of code blocks --- include/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/style.css b/include/style.css index 61f8edd..9e64588 100644 --- a/include/style.css +++ b/include/style.css @@ -105,7 +105,9 @@ code { font-family: monospace, Courier; font-size: 16px; - color: green; + line-height: 1.3; + + color: #22aa00; border: 1px solid grey;