One possible stylesheet for a Twine
html { font: 100% Georgia,serif; color: #000; } tw-story { background-color: white; color: #808080; font-family: "Tahoma" font-size: 1.5em; line-height: 1.5em; }
#text_centered {
text-align: center;
}
tw-sidebar {
display: none;
}
tw-passage a {
color: #4169E1;
font-weight: 700;
text-decoration: none;
}
tw-passage a:hover {
color: #00bfff;
}
→