Thread Starter
niston
(@niston)
Found the solution! Had to change styles under “basic structure” for the other changes to take effect. Don’t ask me why though!
a {
outline: none;
color: #0099CC;
text-decoration:none;
}
a:hover {
color: #0099CC;
text-decoration:underline;
}