There are several issues with the colours:

  • There's supposed to be a double border at the top of the page, one for the body element and one for a wrapper, but currently there's only the body element. Need to add a border-top for the #page wrapper.
  • The hex colour values in colors.css are outdated.
  • There are duplicate values for the different selectors in color.inc and hence in colors.css. It appears that for the replacement to work the selector values must be unique, at least in the 'default' case.

Comments

nedjo’s picture

Fixed the first couple of issues in http://drupalcode.org/project/outreach.git/commit/adb6c65 but still need to eliminate colour duplication.

nedjo’s picture

Status: Active » Fixed

Fixed up in http://drupalcode.org/project/outreach.git/commit/8cbb3cb, which also included redoing the colour schemes.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.