Commit 419f1be5 authored by wurblzap%gmail.com's avatar wurblzap%gmail.com

Bug 395413 – With the Dusk skin, text enclosed in <a name=""></a> is displayed in blue.

Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
parent b8ac9412
......@@ -59,17 +59,22 @@ body {
-moz-border-radius: 5px;
}
a,
a:link {
a:link,
a:link:hover {
color: #6169c0;
text-decoration: none;
}
a:visited {
color: #3d4a68;
}
a:hover {
a:link,
a:visited {
text-decoration: none;
}
a:link:hover,
a:visited:hover {
text-decoration: underline;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment