﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
11233,Code blocks too dark,scribu,ryan,"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;
}
}}}",defect (bug),closed,normal,WordPress.org,WordPress.org site,,normal,fixed,,
