s3-share/web/index.css

10 lines
165 B
CSS
Raw Normal View History

2022-05-10 21:19:31 +00:00
body {
background-color: #0d1117;
font-family: sans-serif;
2022-05-10 22:43:12 +00:00
}
/*Hack to set the highlightjs background color*/
.hljs{
background: transparent !important;
}