Quantcast
Channel: Help! with 2.0 - Twine Forum
Viewing all articles
Browse latest Browse all 1844

Can't remove default hover over link styling.

$
0
0
Hey everyone!

I'm on SugarCube 2.18, Twine 2.1.3, and I can't seem to remove the default effects when hovering over links.

This is my css for the links:
a {
  color: DarkSlateGray;
  border-bottom: 1px solid DarkSlateGray;
}
a: hover {
 text-decoration: none;
}

I'd like to have the links not change at all when mousing over them. "text-decoration: none" doesn't seem to do anything. If anyone has any idea what I'm doing wrong, it would be much appreciated. :)

Viewing all articles
Browse latest Browse all 1844

Trending Articles