From a9d9b0caa42390dd46cf059507ad3203cecedc59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Thu, 19 Dec 2024 11:21:24 +0100 Subject: [PATCH] fix: adjust text color of links in box with background color --- .../Resources/Private/Assets/scss/base/_rte-content.scss | 4 ++++ .../Resources/Private/Templates/Travelinfo/Index.html | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/base/_rte-content.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/base/_rte-content.scss index dcfb2f9c..d1100bbf 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/base/_rte-content.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/base/_rte-content.scss @@ -23,6 +23,10 @@ p { a:not(.button):not(.rte-button):not(.rte-button--full) { @apply text-ep-primary-light sbw:text-sbw-primary-dark; + + .bg-brand-gradient & { + @apply text-white underline; + } } a.rte-button { diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Travelinfo/Index.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Travelinfo/Index.html index c79f0528..12393908 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Travelinfo/Index.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Travelinfo/Index.html @@ -102,9 +102,7 @@

Eigenanreise

-

- {travelinfo.selfArrangedText -> f:format.html()} -

+ {travelinfo.selfArrangedText -> f:format.html()}