10 lines
165 B
CSS
10 lines
165 B
CSS
body {
|
|
background-color: #0d1117;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
/*Hack to set the highlightjs background color*/
|
|
.hljs{
|
|
background: transparent !important;
|
|
}
|