#wpcontent {
	padding-left: 0;
}

.wp-menu-image.dashicons-before img {
	display: inline-block;
}

#wpbody-content input[type="checkbox"]:checked::before,
#wpbody-content input[type="radio"]:checked::before {
	display: none;
}

@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
   :root {
	   /**
		* Change these colors to your preferred ones.
		*/
	   --textingonly__color-background: #E5E7EB;
   }
}

body {
	background: var(--textingonly__color-background);
}
