Sorry if this is a stupid question. I'm a first time twine user, and I can't find any information on this. I'm making a game in Harlowe. I want the linked text to be the same weight as the passage text, but twine keeps making it bold. How do I tell it to stop? I've tried putting:
tw-link {
font-style: normal;
}
in the CSS, but it doesn't seem to do anything.
Comments