s3-share/web/index.css
2022-05-11 20:06:19 +02:00

17 lines
267 B
CSS

*{
--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;
}