/* Stylesheet for changing text highlight color to purple on select Ourso specialty pages */ 
/* Built by Mark Plaisance, last updated 10/3/25 */

		::selection {
			background: #694688;
			color: white; /* text color */
		}
 
		/* For Firefox*/
		::-moz-selection {
			background: #694688;
			color: white;
		}


	/* Special case for Ourso h2.label "highlighted" style */
/* 		h2.label::selection {
  			background: #694688;
  			color: white;
  		}


		h2.label::-moz-selection {
 			background: #694688;
  			color: white;
 		} */