/*
Description: WordPress Environment Badging development stylesheet.
Version: 07.29.23
Author: Tim Taricco
Author URI: https://www.timtaricco.com
*/

#wpadminbar {
	background: repeating-linear-gradient(
		45deg,
		#339933,
		#339933 10px,
		#39a927 10px,
		#39a927 20px
	);
}
#wpadminbar:after {
	content: "\00a0\00a0\00a0 DEVELOPMENT WEBSITE \00a0\00a0\00a0";
	position: absolute;
	color: #ffffff;
	background-color: #ff9933;
}