From af8e30b2b1105d4c17a2e39893716d6d73815678 Mon Sep 17 00:00:00 2001 From: Mike J Innes Date: Thu, 19 Jan 2017 11:49:44 +0000 Subject: [PATCH] code css tweaks --- flux.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flux.css b/flux.css index c095287c..e0248a54 100644 --- a/flux.css +++ b/flux.css @@ -81,13 +81,13 @@ pre { .hljs { display: block; overflow-x: auto; - color: #abb2bf; + color: rgb(209, 209, 209); /*background: #282c34;*/ padding: .5em; } .hljs-comment, .hljs-quote { - color: #5c6370; + color: rgb(55, 121, 84); font-style: italic; }