Fix dark footer text color
This commit is contained in:
@@ -106,7 +106,6 @@
|
|||||||
<div class="sg-preview-area">
|
<div class="sg-preview-area">
|
||||||
<article class="sg-card sg-card--content-card sg-card--content-card-dark" data-component="content-card" aria-label="Dark Content Card">
|
<article class="sg-card sg-card--content-card sg-card--content-card-dark" data-component="content-card" aria-label="Dark Content Card">
|
||||||
<div class="sg-card-segment sg-card-segment--body" data-component-part="card-body">
|
<div class="sg-card-segment sg-card-segment--body" data-component-part="card-body">
|
||||||
<div class="sg-text-layout-pattern" data-pattern="text-layout-zweispaltig" aria-label="Text Layout zweispaltig mobil zweispaltig">
|
|
||||||
<div class="sg-text-layout-pattern__sample sg-text-layout-pattern__two-column" data-pattern-part="text-block-two-column">
|
<div class="sg-text-layout-pattern__sample sg-text-layout-pattern__two-column" data-pattern-part="text-block-two-column">
|
||||||
<p class="sg-body sg-text-layout-pattern__column">
|
<p class="sg-body sg-text-layout-pattern__column">
|
||||||
Footer links: Platzhaltertext fuer allgemeine Hinweise, Navigation oder Kontaktinformationen im zweispaltigen Layout.
|
Footer links: Platzhaltertext fuer allgemeine Hinweise, Navigation oder Kontaktinformationen im zweispaltigen Layout.
|
||||||
@@ -116,7 +115,6 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,6 @@
|
|||||||
|
|
||||||
<article class="sg-card sg-card--content-card sg-card--content-card-dark sg-page-layout-public__footer-card" data-component="content-card" aria-label="Fusszeile">
|
<article class="sg-card sg-card--content-card sg-card--content-card-dark sg-page-layout-public__footer-card" data-component="content-card" aria-label="Fusszeile">
|
||||||
<div class="sg-card-segment sg-card-segment--body" data-component-part="card-body">
|
<div class="sg-card-segment sg-card-segment--body" data-component-part="card-body">
|
||||||
<div class="sg-text-layout-pattern" data-pattern="text-layout-zweispaltig" aria-label="Text Layout zweispaltig mobil zweispaltig">
|
|
||||||
<div class="sg-text-layout-pattern__sample sg-text-layout-pattern__two-column" data-pattern-part="text-block-two-column">
|
<div class="sg-text-layout-pattern__sample sg-text-layout-pattern__two-column" data-pattern-part="text-block-two-column">
|
||||||
<p class="sg-body sg-text-layout-pattern__column">
|
<p class="sg-body sg-text-layout-pattern__column">
|
||||||
Footer links: Platzhaltertext fuer allgemeine Hinweise, Navigation oder Kontaktinformationen im zweispaltigen Layout.
|
Footer links: Platzhaltertext fuer allgemeine Hinweise, Navigation oder Kontaktinformationen im zweispaltigen Layout.
|
||||||
@@ -56,7 +55,6 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
@@ -33,6 +33,11 @@
|
|||||||
color: var(--text-card-header);
|
color: var(--text-card-header);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sg-card.sg-card--content-card-dark .sg-text-layout-pattern__column,
|
||||||
|
.sg-card.sg-card--content-card-dark .sg-body {
|
||||||
|
color: var(--text-card-header);
|
||||||
|
}
|
||||||
|
|
||||||
.sg-card.sg-card--overlay-host {
|
.sg-card.sg-card--overlay-host {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user