[yelp-xsl] [theme-colors.xsl] Saturating the yellow background a bit



commit 66548cbc78cfeb7f5995ee56274e555fc1fb8648
Author: Shaun McCance <shaunm gnome org>
Date:   Mon Mar 15 17:14:22 2010 -0500

    [theme-colors.xsl] Saturating the yellow background a bit

 xslt/theme/theme-colors.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xslt/theme/theme-colors.xsl b/xslt/theme/theme-colors.xsl
index bacbb00..75fcf27 100644
--- a/xslt/theme/theme-colors.xsl
+++ b/xslt/theme/theme-colors.xsl
@@ -174,7 +174,7 @@ This parameter specifies the yellow background color.  The yellow
 background color may be used by certain types of block elements.
 Foreground colors should be legible on this color.
 -->
-<xsl:param name="theme.color.yellow_background" select="'#fffbd9'"/>
+<xsl:param name="theme.color.yellow_background" select="'#fffacc'"/>
 
 <!--@@==========================================================================
 theme.color.yellow_border



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]