s3-share/web/index.css

17 lines
267 B
CSS
Raw Permalink Normal View History

2022-05-11 18:06:19 +00:00
*{
--color-primary: #1f6feb;
--color-secondary: #58a6ff;
--color-bg: #0d1117;
}
2022-05-10 21:19:31 +00:00
body {
2022-05-11 18:06:19 +00:00
background-color: var(--color-bg);
2022-05-10 21:19:31 +00:00
font-family: sans-serif;
2022-05-10 22:43:12 +00:00
}
/*Hack to set the highlightjs background color*/
.hljs{
background: transparent !important;
}