From c654b14ff18b45ad3ce16879cfbad8ead5137c84 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 3 Oct 2011 00:24:06 +0200 Subject: [PATCH] Add a default color for pre tags --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index a2b0c008..c1a7d7eb 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -259,6 +259,7 @@ article { pre { background: rgba(46, 52,54, 0.9); border-radius: 3px; + color: #839496; margin: 1em 2%; padding: 15px; }