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:
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.
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.