From e090b085ed23e9e135fb4d5e0e3c7e26887689d5 Mon Sep 17 00:00:00 2001 From: nous Date: Fri, 8 Feb 2019 22:57:11 +0100 Subject: [PATCH] fixing heatmap --- theme-arc-blue.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/theme-arc-blue.css b/theme-arc-blue.css index 324dedb..a447fd6 100644 --- a/theme-arc-blue.css +++ b/theme-arc-blue.css @@ -972,19 +972,22 @@ } .markdown:not(code) h1 { color: #d5d5d5; - } + } .markdown:not(code) h2 { color: #d5d5d5; - } + } .markdown:not(code) h3 { color: #d5d5d5; - } + } .markdown:not(code) h4 { color: #d5d5d5; - } + } .markdown:not(code) h5 { color: #d5d5d5; - } + } .markdown:not(code) h6 { color: #d5d5d5; } + .heatmap-color-0{ + background-color: #1a1a1a; + }