Here is the code I'm working with in my HTML file. I am trying to change the font color:
index.html
<html>
<head>
----
----
<body>
<b>Student Info</b>
{
"data": {
"attributes": {
"firstName": "xxx", //view as json data
"lastName": "yyy"
---
---
}}}
</body></head></html>
The current output is: { "data":{ "attributes":{ "firstname":"xxx" "lastname":"yyy" } } } this is how my JSON block displays, but I need help changing the font color.