summaryrefslogtreecommitdiff
path: root/xslt
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2010-01-08 19:22:26 -0600
committerShaun McCance <shaunm@gnome.org>2010-01-08 19:22:26 -0600
commita435c56de8dcc2ba07075707e710fcff6e972c74 (patch)
tree0b92145e2499f045c375471b57f07e5b6ccdd443 /xslt
parentae9269dabe96238e7049301b1da7c0358ca35c6e (diff)
downloadgnome-doc-utils-a435c56de8dcc2ba07075707e710fcff6e972c74.tar.gz
[theme.xsl] Fixed theme.color.text default, was white-on-white
Diffstat (limited to 'xslt')
-rw-r--r--xslt/common/theme.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/common/theme.xsl b/xslt/common/theme.xsl
index ac21fa5..23ad2f9 100644
--- a/xslt/common/theme.xsl
+++ b/xslt/common/theme.xsl
@@ -64,7 +64,7 @@ The normal text color
This parameter specifies the default color for normal text.
-->
-<xsl:param name="theme.color.text" select="'#ffffff'"/>
+<xsl:param name="theme.color.text" select="'#000000'"/>
<!--@@==========================================================================
theme.color.text_light