Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
0.7, 0.8
-
None
-
Low
Description
When using tigirs-skin the generated .pdf-docs 'code' sections are poorly readable, because black letters on dark-blue background is used.
To reproduce:
Seed default project, enable tigris skin in forrest properties and generate the site. Open the generated .pdf-docs and search for "source code"-sections.
Fix:
Change in tigris skinconf.xsl the default and fall back color of 'code' sections from dark blue to another color (e.g. light grey)
...
<color name="code" value="#EEEEEE"/>
...
<xsl:if test="not(color[@name='code'])">
<color name="code" value="#EEEEEE"/>
To reproduce:
Seed default project, enable tigris skin in forrest properties and generate the site. Open the generated .pdf-docs and search for "source code"-sections.
Fix:
Change in tigris skinconf.xsl the default and fall back color of 'code' sections from dark blue to another color (e.g. light grey)
...
<color name="code" value="#EEEEEE"/>
...
<xsl:if test="not(color[@name='code'])">
<color name="code" value="#EEEEEE"/>