• Hello. For some reason the text links on my website don’t display the correct colour when they are hovered over. The css colour is orange, but they display grey. Here is the css:

    a {
    	background-color: inherit;
    	color: #289fce;
    	font-weight: 400;
    	text-decoration: none;
    }
    
    a:focus,
    a:hover {
    	color: #f6b11d;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text Links Not Displaying Correct Color’ is closed to new replies.