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; +}