*{ --color-primary: #1f6feb; --color-secondary: #58a6ff; --color-bg: #0d1117; } body { background-color: var(--color-bg); font-family: sans-serif; } /*Hack to set the highlightjs background color*/ .hljs{ background: transparent !important; }