/*
 * Article-page footer correction.
 *
 * The existing Accomplir theme applies brightness(0) invert(1) to an opaque
 * JPEG logo. That converts both its white background and dark lettering to
 * white. Removing the filter restores the official file without replacing or
 * modifying the logo itself.
 */
body.single-post .acm-footer .acm-footer-logo {
	filter: none !important;
	opacity: 1 !important;
	visibility: visible !important;
}
