Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#11233 closed defect (bug) (fixed)

Code blocks too dark

Reported by: scribu's profile scribu Owned by: ryan's profile ryan
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)

#1 @matt
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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.

#2 @westi
15 years ago

  • Milestone changed from Unassigned to WordPress.org site bugs
Note: See TracTickets for help on using tickets.