Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

[Harlowe] Span with ID not working

edited January 2016 in Help! with 2.0
I'm trying to color quest names yellow so they stand out. Here's the CSS and HTML:

CSS:
tw-passage span.quest {
color: #cccc00;
}

HTML:
New quest added: <span id="quest">Quest Name</span>

Any advice? Thanks!

Comments

  • Nevermind, just me being an html noob... I should have used class instead of id
Sign In or Register to comment.