From c4dbc7f81209c0e7621677f0e2302980adbaf929 Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Mon, 25 Nov 2013 21:28:45 +0100 Subject: [PATCH] Better typo for text preview. --- dpaste/static/dpaste/theme.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dpaste/static/dpaste/theme.css b/dpaste/static/dpaste/theme.css index d296520..2f96b56 100644 --- a/dpaste/static/dpaste/theme.css +++ b/dpaste/static/dpaste/theme.css @@ -110,9 +110,11 @@ h1, h2, h3, h4 { } .snippet-rendered { + color: #555; font-size: 16px; line-height: 1.5em; max-width: 700px; + font-family: Georgia, Palatino, "Palatino Linotype", FreeSerif, serif; } div.tree{