From 7b7208315ed090dc521fe0873c0eda9c3b629aa2 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Tue, 26 Jul 2016 18:55:18 +0200 Subject: [PATCH] another slight css amelioration --- styling.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styling.css b/styling.css index 1202552..32e9894 100644 --- a/styling.css +++ b/styling.css @@ -102,7 +102,7 @@ figcaption{margin:5px 10px 5px 30px} #footer {border-top: dotted 1px; } pre > code {background-color: rgba(255,255,255,0.5);} pre {overflow: scroll;} -body {line-height: 1.5em; color: #586E75;} +body {line-height: 1.5em; color: #002b36;} tr.even{background-color:#dedede; color: #073642;} tr.odd{background-color:#f7f7f7; color: #073642;} tr {font-size: 16px; }