From 983929586db9f54e6a7d324145efc2a8a974d31d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Wed, 15 Jun 2016 10:48:18 +0200 Subject: [PATCH] gray for the border of the pre --- www/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.7.4