Twine Forum
Discussions
Home
›
Help! with 2.0
Sign In
·
Register
Categories
Recent Discussions
Categories
4.9K
All Categories
1.2K
Help! with 1.x
333
Workshop
3K
Help! with 2.0
343
Chit-Chat
Preventing a links color from changing after visit (Harlowe)
robosnacks
October 2015
in
Help! with 2.0
I'd like to globally set the color of previously visited links to stay the same as if they'd never been visited. Does anyone know how to get that working? All I can find is this for primary:
tw-link { color: #0066FF; }
Comments
greyelf
October 2015
Harlowe assigns previously visited tw-link elements a class of
visited
, so try the following:
.visited { color: #4169E1; } .visited:hover { color: #00bfff; }
robosnacks
October 2015
Thanks! Hey just noticed this post was reformatted into a non-question format?
Forum Software Powered by Vanilla
Comments