hljs backgroud hack

This commit is contained in:
Djeeberjr 2022-05-11 00:43:12 +02:00
parent e9df76a681
commit 9484c994a1

View File

@ -2,3 +2,8 @@ body {
background-color: #0d1117; background-color: #0d1117;
font-family: sans-serif; font-family: sans-serif;
} }
/*Hack to set the highlightjs background color*/
.hljs{
background: transparent !important;
}