[pmwiki-users] Changing Hove color in equilibrium Skin

Edwin Marte edwin.marte at leidba.com
Thu Jul 31 11:23:11 CDT 2014


I know I can change the color sheme  using code like the example below.


$SkinColor = 'pumice';
$ValidSkinColors['pumice'] = array(
   'block-highlight-back'=>'pumice','entry-title-text'=>'#000',
   'text-highlight'=>'#0B96D0','block-highlight-text'=>'#fff',
   'title-text'=>'#000');

How Could I change the Hover Color property, how am I supposed to
write it in the code above ?

Thanks



More information about the pmwiki-users mailing list