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!
CSS:
tw-passage span.quest {
color: #cccc00;
}
HTML:
New quest added: <span id="quest">Quest Name</span>
Any advice? Thanks!