From 12265014ac275563ba56c15f1c7aecbab6a4f3fd Mon Sep 17 00:00:00 2001 From: Jonas Duri Date: Sun, 3 Feb 2019 08:51:12 +0100 Subject: [PATCH] fix bg color --- lib/terminal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/terminal.css b/lib/terminal.css index 49f4b50..499fbe5 100644 --- a/lib/terminal.css +++ b/lib/terminal.css @@ -248,7 +248,7 @@ ol.terminal-toc li::before { counter-increment: item; position: absolute; right: 0; - background: white; + background: var(--background-color); padding: 4px 0 4px 4px; bottom: -8px }