/* ZeoHQ white-label overrides.
   Website Settings / Navbar Settings (set in install.py) handle the logo,
   favicon, splash image and help links. This file mops up spots that are
   still hardcoded in Frappe/ERPNext core templates. */

/* Desk "Powered by Frappe" links some themes render in the sidebar footer */
.text-muted a[href*="frappe.io"],
.footer-powered-by,
#footer-message a[href*="frappe.io"] {
	display: none !important;
}
