/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#wpadminbar #wp-admin-bar-seo-indicator .ab-icon.on:before {
	content: "\f177";
	color: #1c0;
}

#wpadminbar #wp-admin-bar-seo-indicator .ab-icon.off:before {
	content: "\f530";
	color: #e00;
}