/* Theme Overrides for default forms style 

    Normalize the wordpress 7 theme to looks like the classic wordpress theme.
*/

:root body {
    --wp-admin-theme-color: unset !important;
}

body input[type="checkbox"]:checked,
body input[type="radio"]:checked {
	border: 1px solid #8c8f94;
	background: #fff;
	color: #50575e;
}
