Answers for "<a> color text"

0

Text Color Classes

.text--primary {
	color: var(--primary);	
}
.text--secondary {
	color: var(--secondary);	
}
.text--accent {
	color: var(--accent);	
}
.text--base {
	color: var(--base);	
}
Posted by: Guest on August-19-2021
0

Text with colour

title @a title {text:"Example Two",color:red}
Posted by: Guest on November-08-2021

Browse Popular Code Answers by Language