diff options
author | Laurent Balland <laurent.balland@mailo.fr> | 2023-12-02 09:48:36 +0100 |
---|---|---|
committer | Laurent Balland <laurent.balland@mailo.fr> | 2023-12-04 18:50:59 +0100 |
commit | a56003dc89903f2b03d041807d48bb1e004a3853 (patch) | |
tree | db0896598912d838e2fdffbec4ce6e98fa51d4c6 /extras/source/templates/presnt/Freshes | |
parent | f1f8fd8455aee3cb07108696856c6026d453f372 (diff) |
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>
Diffstat (limited to 'extras/source/templates/presnt/Freshes')
-rw-r--r-- | extras/source/templates/presnt/Freshes/content.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/extras/source/templates/presnt/Freshes/content.xml b/extras/source/templates/presnt/Freshes/content.xml index d7699c7b4588..817414365b79 100644 --- a/extras/source/templates/presnt/Freshes/content.xml +++ b/extras/source/templates/presnt/Freshes/content.xml @@ -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> |