
body.drmd_3{
/*	background-color: #eee;*/
	filter: grayscale(100%);
}

body.drmd_3 H1,
body.drmd_3 H2,
body.drmd_3 H3{
	color: #000
}




/*
header .darkmode{
	position:absolute;
	right:2rem;
	top:2rem;
	width:4rem;
	height:1.5rem;
	border-radius:500px;
	border:2px solid #888;
	background-color:transparent;
	cursor:pointer;
	appearance:none;
}
header .darkmode::before{
	content:'';
	position:absolute;
	left:4px;
	top:50%;
	width:1rem;
	height:1rem;
	background-color:#888;
	border-radius:50%;
	transform:translateY(-50%);
}
header .darkmode.active::before{
	left:auto;
	right:4px;
}
*/

