/*styles.css*/
@font-face {
	font-family: 'JetBrainsMono';
	src: url('JetBrainsMono-Regular.woff2') format('woff2'),
		url('JetBrainsMono-Regular.woff') format('woff');
}

/* Hide php tag in code block */
#main > pre::after {
	display: none;
}
#main > pre,
#main > pre > code {
	background-color: #2e2e2e;
}

div.docsify-tabs__content > pre,
div.docsify-tabs__content > pre > code {
	background-color: #2e2e2e;
	color: #fff;
	font-family: 'JetBrainsMono', Fallback, sans-serif;
	font-size: 1em;
	line-height: 2;
}
#main > pre > code {
	color: white;
}
.sidebar,
.sidebar-toggle {
	background-color: rgb(228, 228, 228);
}

strong {
	color: red !important;
}
