Answers for "twine sugarcube tutorial change text color"

CSS
1

how to change what twine looks like

body
{
  background-color: #f5fff0;
}
 
tw-passage
{
  color: #22301a;
}
Posted by: Guest on April-06-2020

Browse Popular Code Answers by Language