tdf#158017 Freshes Impress template: color font
Color font was forced to black with 70% of transparency to render a grey color. This trick fails with dark mode. A standard grey color is restored with this commit (and 0% transparency) Change-Id: I71a176ef3f6f020aba9fbeaca4e4e0549398dab1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160238 Tested-by: Jenkins Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
This commit is contained in:
parent
f1f8fd8455
commit
a56003dc89
1 changed files with 2 additions and 5 deletions
|
@ -640,7 +640,7 @@
|
|||
<style:text-properties fo:color="#4c4c4c" loext:opacity="100%" fo:font-size="18pt" fo:font-weight="bold"/>
|
||||
</style:style>
|
||||
<style:style style:name="T16" style:family="text">
|
||||
<style:text-properties fo:color="#000000" loext:opacity="30%" fo:font-size="14pt" style:font-size-asian="14pt" style:font-size-complex="14pt"/>
|
||||
<style:text-properties fo:color="#666666" loext:opacity="100%" fo:font-size="14pt" style:font-size-asian="14pt" style:font-size-complex="14pt"/>
|
||||
</style:style>
|
||||
<style:style style:name="T17" style:family="text">
|
||||
<style:text-properties fo:color="#ffffff" loext:opacity="100%" fo:font-size="32pt" fo:font-weight="bold"/>
|
||||
|
@ -681,9 +681,6 @@
|
|||
<style:style style:name="T29" style:family="text">
|
||||
<style:text-properties fo:color="#4c4c4c" loext:opacity="100%" style:font-name="Noto Sans1" fo:font-size="18pt" fo:font-weight="bold"/>
|
||||
</style:style>
|
||||
<style:style style:name="T30" style:family="text">
|
||||
<style:text-properties fo:color="#000000" loext:opacity="30%" style:font-name="Noto Sans1" fo:font-size="14pt" style:font-size-asian="14pt" style:font-size-complex="14pt"/>
|
||||
</style:style>
|
||||
<style:style style:name="T31" style:family="text">
|
||||
<style:text-properties fo:color="#ffffff" loext:opacity="100%" style:font-name="Lato Black1"/>
|
||||
</style:style>
|
||||
|
@ -1492,7 +1489,7 @@
|
|||
<draw:frame draw:style-name="gr35" draw:text-style-name="P36" draw:layer="layout" svg:width="7.62cm" svg:height="4.315cm" svg:x="1.285cm" svg:y="6.427cm">
|
||||
<draw:text-box>
|
||||
<text:p text:style-name="P56">
|
||||
<text:span text:style-name="T30">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</text:span>
|
||||
<text:span text:style-name="T16">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</text:span>
|
||||
</text:p>
|
||||
</draw:text-box>
|
||||
</draw:frame>
|
||||
|
|
Loading…
Reference in a new issue