On this page and maybe some other admin pages, the modules names are white white text.

By the way nice theme. Hope you get the color module intergrated.

Comments

florian’s picture

Use the last HEAD release http://drupal.org/node/169636 or change the following lines in style.css:

div.admin-panel h3 {
  color: #abc;  //this is the module title color
  padding: 5px 8px 5px;
  margin: 0;
}
florian’s picture

Status: Active » Fixed
florian’s picture

Status: Fixed » Closed (fixed)