Another minor tweak to showCSS() CSS output

This commit is contained in:
Zach Copley 2009-06-15 22:43:06 -07:00
parent f3199c1369
commit 37cafad2e0
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@ class Design extends Memcached_DataObject
$out->element('style', array('type' => 'text/css'),
'html, body { background-color: #' . $bgcolor->hexValue() . '} '."\n".
'#content { background-color: #' . $ccolor->hexValue() . '} '."\n".
'#content, #site_nav_local_views .current a { background-color: #' .
$ccolor->hexValue() . '} '."\n".
'#aside_primary { background-color: #'. $sbcolor->hexValue() .'} '."\n".
'html body { color: #'. $tcolor->hexValue() .'} '."\n".
'a { color: #' . $lcolor->hexValue() . '} '."\n");