MediaWiki:Citizen.css: Unterschied zwischen den Versionen

MediaWiki-Schnittstellenseite
(Die Seite wurde neu angelegt: „→‎Das folgende CSS wird für Benutzer des Citizen-Skins geladen: :root { →‎Pink is the new black: --color-primary__h: 36; --color-primary__s: 100%; --color-primary__l: 50%; }“)
 
Keine Bearbeitungszusammenfassung
Zeile 6: Zeile 6:
     --color-primary__s: 100%;
     --color-primary__s: 100%;
     --color-primary__l: 50%;
     --color-primary__l: 50%;
    --color-base: #54595d;
}
}

Version vom 3. November 2024, 14:29 Uhr

/* Das folgende CSS wird für Benutzer des Citizen-Skins geladen */

:root {
    /* Pink is the new black */
    --color-primary__h: 36;
    --color-primary__s: 100%;
    --color-primary__l: 50%;
    --color-base: #54595d;
}