Hellmodus & Darkmode bei Metro Rot und Grün - Teilweise falsche Farben

  • Beim Metro Grün und Rot werden im Hellen Modus z.b. die Schrift in den CTA Button falsch angezeigt. Aktuell jedoch nur in der SIDEBAR

    The content cannot be displayed because you do not have authorisation to view this content.

    The content cannot be displayed because you do not have authorisation to view this content.


    Beim Darkmode ist bei einigen Textfeldern so.

    bsp: https://www.adhs-autismus-adressen.de/verzeichnis/in…eratungsnetzwe/

    Darkmode:

    The content cannot be displayed because you do not have authorisation to view this content.

    Hellmodus:

    The content cannot be displayed because you do not have authorisation to view this content.

    • Best Answer
    • Official Post

    Bei dem CTA muss ich wohl noch ein !important hinzufügen, sonst wird das wieder überschrieben. Lässt sich vorübergehend so beheben:

    CSS
    .rating-cta-button a {
        color: var(--wcfButtonPrimaryText) !important;
    }

    Das mit den Flächen weiß ich nicht woher das kommt, ist das dein eigener CSS-Code?

    Das musst du künftig entsprechend aufteilen in hell und dunkel:

    CSS
    	html[data-color-scheme=dark] {
    
    	}
    
    	html[data-color-scheme=light] {
    
    	}

    oder CSS-Variablen verwenden:

    var(--wcfButtonPrimaryText) anstatt Farbcodes.

    Deine Anfrage wurde nicht beantwortet? Dann bitte einfach noch mal kurz im Thema nachfragen.

    On the road to 20K :jump: