.wiki .full img {
	display: block;
	max-width: 100%;
	height: auto;
	border: 3px solid #dee2e6;
	margin-bottom: 1rem;
	margin-top: 0.5rem;
	border-radius: 0.5rem !important;
}
[data-bs-theme=dark] .wiki .full img {
	filter: brightness(90%);
}