From 9484c994a18bd8ca09f950c7eeb7598ffeded518 Mon Sep 17 00:00:00 2001 From: Djeeberjr Date: Wed, 11 May 2022 00:43:12 +0200 Subject: [PATCH] hljs backgroud hack --- web/index.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web/index.css b/web/index.css index c935256..fbef3b8 100644 --- a/web/index.css +++ b/web/index.css @@ -1,4 +1,9 @@ body { background-color: #0d1117; font-family: sans-serif; -} \ No newline at end of file +} + +/*Hack to set the highlightjs background color*/ +.hljs{ + background: transparent !important; +}