/* Test CSS */
div.theme-test-text{
	background: -webkit-linear-gradient(0deg, indigo, rgb(227, 188, 255));
	background-clip: text;
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	font-weight: bold;
}