Hi everyone
Making my first ever little Twine as a prototype for a potential point-n-click game and am struggling with changing the tw-link.hover and tw-link.visited visuals in the CSS Stylesheet.
As it's a detective-style game there's a lot of going back-and-forth so having the default purpleish visited links is ugly and misleading.
tw-link.hover
{
border-bottom: solid #ffffff 2px;
color: #ffffff;
}
tw-link.visited
{
color: #666666
border-bottom: solid #666666 1px;
}
In-game though the links always appear cyan when hovered over and purple when visited. Looked at a number of forum answers and Harlow tutorials already but I can't spot where I'm going wrong.
Help would be appreciated!
Making my first ever little Twine as a prototype for a potential point-n-click game and am struggling with changing the tw-link.hover and tw-link.visited visuals in the CSS Stylesheet.
As it's a detective-style game there's a lot of going back-and-forth so having the default purpleish visited links is ugly and misleading.
tw-link.hover
{
border-bottom: solid #ffffff 2px;
color: #ffffff;
}
tw-link.visited
{
color: #666666
border-bottom: solid #666666 1px;
}
In-game though the links always appear cyan when hovered over and purple when visited. Looked at a number of forum answers and Harlow tutorials already but I can't spot where I'm going wrong.
Help would be appreciated!