#11233 closed defect (bug) (fixed)
Code blocks too dark
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | WordPress.org | Priority: | normal |
Severity: | normal | Version: | |
Component: | WordPress.org Site | Keywords: | |
Focuses: | Cc: |
Description
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; }
Change History (2)
Note: See
TracTickets for help on using
tickets.
I dropped your code in, but I don't like the black text next to the more subtle text colors around it. I wonder if we could bring in SyntaxHighlighter automatically or something.