
.text-mutator { 
	background-repeat:repeat-x;
	background-color:transparent;
	background-image:url('https://kyrahabattoir.com/wp-content/plugins/text-mutator/images/marker-brush.svg');
	background-size:contain;
}
.text-mutator.strike1 {
	text-decoration: #000 line-through;
}
.text-mutator.strike2 {
	text-decoration: #000 double line-through;
}
.text-mutator-text::selection {
	color:inherit;
	background:inherit;
}
.text-mutator-text::-moz-selection {
	color:inherit;
	background:inherit;
}
.text-mutator-text {
	color:inherit;
}
.text-mutator-text a {
	color:inherit;
}
.text-mutator-text a:hover {
	color:inherit;
}
.text-mutator-text a::selection {
	color:inherit;
	background:inherit;
}
.text-mutator-text a::-moz-selection {
	color:inherit;
	background:inherit;
}