blockquote {
	border-left-color: #303540;
}

hr {
	border: none;
	border-top: 2px solid rgba(196, 204, 212, 0.2);
}

.slot .slot-toolbar.ui.attached.menu {
	border-color: rgba(196, 204, 212, 0.2);
}

.slot-background {
	background-color: #0A0C0F;
}

.slot-id {
	color: #171A21;
}

.text-line {
	font-family: "Roboto Mono", Consolas, Courier, monospace;
	line-height: 1.5;
}

.display-wrapper,
.slot-content-wrapper,
iframe.isolated-slot-content,
pre[class*='language-']
{
	scrollbar-color: #303540 #0A0C0F;
}
.display-wrapper::-webkit-scrollbar,
.slot-content-wrapper::-webkit-scrollbar,
iframe.isolated-slot-content::-webkit-scrollbar,
pre[class*='language-']::-webkit-scrollbar,
.display-wrapper::-webkit-scrollbar-track,
.slot-content-wrapper::-webkit-scrollbar-track,
iframe.isolated-slot-content::-webkit-scrollbar-track,
pre[class*='language-']::-webkit-scrollbar-track {
	background-color: #0A0C0F;
}
.display-wrapper::-webkit-scrollbar-thumb,
.slot-content-wrapper::-webkit-scrollbar-thumb,
iframe.isolated-slot-content::-webkit-scrollbar-thumb,
pre[class*='language-']::-webkit-scrollbar-thumb {
	background: #303540;
}
