fix: adjust text color of links in box with background color

This commit is contained in:
Björn Fromme
2024-12-19 11:21:24 +01:00
parent fb411f1f95
commit a9d9b0caa4
2 changed files with 5 additions and 3 deletions
@@ -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 {
@@ -102,9 +102,7 @@
<h3 class="text-white">
Eigenanreise
</h3>
<p>
{travelinfo.selfArrangedText -> f:format.html()}
</p>
</f:if>
</div>
</div>