body {
	font-family: serif,Source Sans Pro,Helvetica Neue,Arial,sans-serif;
	font-size: 16px;
	color: white;
	background-image: url("../background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.sidebar, .search input {
	background-color: #00000050;
	color: #FFBE00;
}

.sidebar-toggle {
	background-color: #00000000;
	color: #FFBE00;
}

.sidebar ul li a {
	color: white;
}

:root {
  --base-font-size: 16px;
  --theme-color   : #FFBE00;
}

ul {
	list-style-type:disc !important;
}

.markdown-section h1 .anchor span, .markdown-section h2 .anchor span,
.markdown-section h3 .anchor span, .markdown-section strong, .markdown-section em {
	color: #FFBE00;
}

