[wp-trac] [WordPress Trac] #11233: Code blocks too dark
WordPress Trac
wp-trac at lists.automattic.com
Sun Nov 22 23:29:04 UTC 2009
#11233: Code blocks too dark
---------------------------+------------------------------------------------
Reporter: scribu | Owner: ryan
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: WordPress.org | Version:
Severity: normal | Keywords:
---------------------------+------------------------------------------------
This is the current color combination for code & pre elements:
{{{
color: #555;
background: #EDEDFF;
}}}
I propose something along the lines of:
{{{
code, pre {
color: #000;
background: #F0F0F0;
}
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11233>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list