Skip to content

Instantly share code, notes, and snippets.

@samplereality
Created April 25, 2018 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samplereality/98a6a6915987dc6dcf27414451deacaf to your computer and use it in GitHub Desktop.
Save samplereality/98a6a6915987dc6dcf27414451deacaf to your computer and use it in GitHub Desktop.
Sample CSS for Twine's Harlowe story format
html {
background-color: #000000;
color: #ffffff;
font: 135% Georgia, sans-serif;
}
tw-story {
line-height: 1.4;
}
tw-link, .enchantment-link {
color: #ff9933;
font: 100% Arial, sans-serif;
font-style: normal;
line-height: 0.8;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment