My scheme is defined as:

  'schemes' => array(
    '#1f6eb3,#2a5c8a,#b8d6f2,#999999,#1f6eb2' => t('generic (default)'),
  ),

My css that color module affects:

#sidebar-left .menu-name-primary-links a{color: #1f6eb3}
#sidebar-left .menu-name-primary-links a{color: #3f9cf2}

The result after another scheme or new custom scheme is applied:

#sidebar-left .menu-name-primary-links a{color: }
#sidebar-left .menu-name-primary-links a{color: #3e9bf2}

Comments

ryan.nauman’s picture

Has anyone else experienced this before? Is this normal behavior?

Michael Zetterberg fd. Lopez’s picture

It might be related to this issue: http://drupal.org/node/134321