MediaWiki:Citizen.css: Unterschied zwischen den Versionen

Aus Schreck.Net
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:




:root.skin-citizen-dark{
:root.skin-citizen-light{
     --color-surface-0: red;
     --color-surface-0: red;
     --color-surface-1: lime;
     --color-surface-1: lime;

Version vom 3. April 2023, 15:09 Uhr


:root.skin-citizen-light{
    --color-surface-0: red;
    --color-surface-1: lime;
    --color-surface-2: fuchsia;
    --color-surface-3: yellow;
    --color-surface-4: aqua;
    --color-base: blue;
    --color-base--emphasized: darkblue;
    --color-base--subtle: cornflowerblue;
}