Skip to content

Commit

Permalink
Update create-topic-pdf.xslt
Browse files Browse the repository at this point in the history
changing document colors
  • Loading branch information
JennnRamirez committed Oct 31, 2024
1 parent 23902da commit d3d3c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cityehr-quick-start-guide/src/main/xslt/create-topic-pdf.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

<!-- PAGE CONTENT HEADER -->
<xsl:template match="topic" mode="body">
<fo:block background-color="#B84747" color="#FFFFFF" font-weight="bold" font-size="14pt" display-align="center" margin-bottom="11pt" id="section-{generate-id()}">
<fo:block background-color="#A42420" color="#FFFFFF" font-weight="bold" font-size="14pt" display-align="center" margin-bottom="11pt" id="section-{generate-id()}">
<fo:block margin-left="8pt"><xsl:value-of select="title"/></fo:block>
</fo:block>
<xsl:apply-templates select="body" mode="body"/>
Expand All @@ -80,7 +80,7 @@
</xsl:template>

<xsl:template match="section" mode="body">
<fo:block background-color="#F17C7C" color="#FFFFFF" font-weight="bold" font-size="10pt" display-align="center" margin-bottom="11pt" id="section-{generate-id()}">
<fo:block background-color="#b08d57" color="#FFFFFF" font-weight="bold" font-size="10pt" display-align="center" margin-bottom="11pt" id="section-{generate-id()}">
<fo:block margin-left="8pt"><xsl:value-of select="title"/></fo:block>
</fo:block>
<xsl:apply-templates select="p|b|i|ol|ul|li|image|section" mode="body"/>
Expand Down

0 comments on commit d3d3c1e

Please sign in to comment.