
.plume_markdown h1,
.plume_markdown h2,
.plume_markdown h3,
.plume_markdown h4,
.plume_markdown h5,
.plume_markdown h6 {
	background: linear-gradient(45deg, #448, #ccd 20%, transparent, #ccd 80%, #448);
	border: none;
}
.plume_markdown h1 a:any-link,
.plume_markdown h2 a:any-link,
.plume_markdown h3 a:any-link,
.plume_markdown h4 a:any-link,
.plume_markdown h5 a:any-link,
.plume_markdown h6 a:any-link {
	text-decoration: none;
}

article {
	text-align: center;
}

html.aloevera {
	background: linear-gradient(to bottom, hsl(60, 100%, 96%), hsl(60, 0%, 100%));
}

html.azelystore {
	background: white;
}

html.laad {
	background: #99ccee;
}

html.lacentrale {
	background: #ccc;
}

html.odyssee {
	background: linear-gradient(0deg, #eee, #f8f8f8);
}


@media (prefers-color-scheme: dark) {

.plume_markdown h3 {
	color: #aaa;
}

html.aloevera,
html.laad {
	filter: invert(1) hue-rotate(.5turn);
}

html.azelystore,
html.lacentrale {
	background: #2F3133;
}

html.odyssee {
	background: #222;
}

}