gray for the border of the pre
authorJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 15 Jun 2016 08:48:18 +0000 (10:48 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 15 Jun 2016 08:48:18 +0000 (10:48 +0200)
www/style.css

index 2347e88..b414c0c 100644 (file)
@@ -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;
 }