From e4b7a4c13793db7c8e68d87ea565ae23c9d9ae19 Mon Sep 17 00:00:00 2001 From: nous Date: Wed, 22 Jan 2020 23:48:02 +0100 Subject: [PATCH] fix indexer code bg --- theme-arc-blue.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme-arc-blue.css b/theme-arc-blue.css index 2b03f2d..2e49c76 100644 --- a/theme-arc-blue.css +++ b/theme-arc-blue.css @@ -1069,3 +1069,6 @@ .ui.table > thead > tr > th { background: #101d49; } + .code-view :not(.fa):not(.octicon):not(.icon) { + background: #131313; + } \ No newline at end of file