Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
mNo edit summary
mNo edit summary
Line 13: Line 13:
     --color-progressive-oklch__c: 0.1013;
     --color-progressive-oklch__c: 0.1013;
     --color-progressive-oklch__h: 258.93;
     --color-progressive-oklch__h: 258.93;
}
:root.skin-theme-clientpref-night {
    /* Set hue to BGB Blue*/
    --color-surface-0-oklch__l: 0.3693;
    --color-surface-0-oklch__c: 0.1013;
    --color-surface-0-oklch__h: 258.93;
}
}

Revision as of 15:26, 18 January 2026

.res-img img {
    max-width: 100%;
    height: auto;
}

:root {
    --width-layout: 980px;
}

:root.skin-theme-clientpref-night {
    /* Set hue to BGB Blue*/
    --color-progressive-oklch__l: 0.3693;
    --color-progressive-oklch__c: 0.1013;
    --color-progressive-oklch__h: 258.93;
}

:root.skin-theme-clientpref-night {
    /* Set hue to BGB Blue*/
    --color-surface-0-oklch__l: 0.3693;
    --color-surface-0-oklch__c: 0.1013;
    --color-surface-0-oklch__h: 258.93;
}