From: Jean-Philippe Orsini Date: Wed, 15 Jun 2016 08:48:18 +0000 (+0200) Subject: gray for the border of the pre X-Git-Url: https://git.wpitchoune.net/gitweb/?p=www.git;a=commitdiff_plain;h=983929586db9f54e6a7d324145efc2a8a974d31d gray for the border of the pre --- diff --git a/www/style.css b/www/style.css index 2347e88..b414c0c 100644 --- a/www/style.css +++ b/www/style.css @@ -75,7 +75,7 @@ pre { margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em; border-left-style: solid; - border-left-color: black; + border-left-color: #cccccc; border-left-width: 6px; }