From 8cc262ae1181695d27f8f71843fd545064626fc6 Mon Sep 17 00:00:00 2001 From: Lucas Bickel Date: Sat, 4 Mar 2017 15:27:21 +0100 Subject: [PATCH] Remove background-color completely We can revisit this but I want to merge this ASAP since it's just too nice to wait. --- docs/_css/term.css | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/_css/term.css b/docs/_css/term.css index 23802723a..3510c5ff7 100644 --- a/docs/_css/term.css +++ b/docs/_css/term.css @@ -1,6 +1,5 @@ pre.codehilite > code, div.codehilite > pre { - background-color: black; color: #808080; padding: 1em; border-radius: 3px;