impossible to pass the test 'The anchor tag color should remain black' even though I didn't change it
See original GitHub issueHello,
It seems impossible to pass a test “The anchor tag color should remain black, only add CSS rules for the :hover state.” I just added a following strings below the existed link styling:
a:hover { color: blue; }
I didn’t change anything existed.
Here is a screenshot
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
How to make link not change color after visited? - Stack Overflow
This code does not stop a link from changing color, it forces it to be a known same color. Does not work if...
Read more >Link color wont change despite CSS styling - Treehouse
I have noticed that even though I have applied a separate styling to it in CSS, the color of it will NOT CHANGE...
Read more >visited - CSS-Tricks
You can change the background-color of a :visited link if the link element already had a background color. You can't add a background-color...
Read more >Frustrated by Blue Links in Email? Conquer Them for Good
While blue links are the most common culprit, some clients maintain the font color but add a subtle underline. Some clients link telephone ......
Read more >What are Jaundice and Kernicterus? - CDC
Jaundice is the yellow color seen in the skin of many newborns. Jaundice happens when a chemical called bilirubin builds up in the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Maybe change the hexidecimal #000 to “Black”?
I am going ahead and locking this conversation, because this issue is old, and the platform/tests have changed a lot.
Please feel free to open a topic on the forum, or a new issue. Thank you.