Answers for "how to change what twine looks like"

CSS
1

how to change what twine looks like

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

Code answers related to "how to change what twine looks like"

Browse Popular Code Answers by Language