Error Still Exists with Lesson 15 Links

<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>

<Below this line, add a link to the EXACT exercise that you are stuck at.>
https://www.codecademy.com/en/courses/web-beginner-en-WF0CF/3/2?curriculum_id=50579fb998b470000202dc8b

<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
Update: Verified as being a Chrome Bug. The lesson did work correctly in Edge. Sadly Edge is having issues after the latest Windows Insider Update (right-clicking causes a reload of the page or a crash).
Someone had already posted about this bug, but the topic was closed. Our code is correct.
The error message:

Oops, try again. Did you remember to set your a:link to have a text-decoration of none?

a:link {
    text-decoration: none;
    color: #008B45;
}
a:hover {
    color: #00FF00;
}

a:visited {
    color: #EE9A00;
}

Maybe this helps
[26/26] Oops, try again. Did you remember to set your link's text-decoration to none;? (Yes, I did)

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.