Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, a=mkanat
border: none;
}
-#header a {
+#header a, #footer a {
color: white;
+ text-decoration: none;
+}
+#header a:hover, #footer a:hover {
+ text-decoration: underline;
}
/* body */
-moz-border-radius: 5px;
}
-a, a:hover {
- color: #6169c0;
+a {
+ color: #6070cf;
}
-
-a:visited {
- color: #3d4a68;
-}
-
-a, a:visited {
- text-decoration: none;
-}
-
a:hover {
- text-decoration: underline;
+ color: #8090ef;
}
hr {
-moz-border-radius: 5px;
}
-#footer a {
- color: white;
-}
-
#footer #links-actions,
#footer #links-edit,
#footer #links-saved,