s3-share/web/index.css
2022-05-11 00:43:12 +02:00

10 lines
165 B
CSS

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