[wp-meta] [Making WordPress.org] #868: <pre> or <code> in links have color: #000
Making WordPress.org
noreply at wordpress.org
Sun Mar 29 20:13:01 UTC 2015
#868: <pre> or <code> in links have color: #000
---------------------+------------------------------
Reporter: mrwweb | Owner:
Type: defect | Status: new
Priority: low | Component: Plugin Directory
Resolution: | Keywords: good-first-bug
---------------------+------------------------------
Changes (by joefletcher):
* cc: Joe@… (added)
Comment:
I attached a wp4.css that should make the formatting for `a pre` and `a
code` consistent with `a` tags. Here are the specific changes made:
{{{
/*line 34*/
a,
a pre,
a code,
#wporg-footer ul li a {
color: #21759b;
text-decoration: none;
font-weight: normal;
}
/*line 41*/
a:visited,
a:visited pre,
a:visited code,
#wporg-footer ul li a:visited {
color: #4ca6cf;
}
/*line 56*/
a:hover,
a:hover pre,
a:hover code {
color: #d54e21;
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/868#comment:2>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list