Différences entre les versions de « MediaWiki:Vector.css »

Aller à la navigation Aller à la recherche
521 octets ajoutés ,  18 février 2022 à 17:10
aucun résumé de modification
Ligne 6 : Ligne 6 :
--label-color: #ffd28f;
--label-color: #ffd28f;
--line-color: #03611c;
--line-color: #03611c;
--dark-mode-background: darkgrey;
}
}


Ligne 58 : Ligne 59 :
.wikitable > * > tr:nth-child(odd) > td {
.wikitable > * > tr:nth-child(odd) > td {
background: var(--label-color);
background: var(--label-color);
}
/* ################################## */
/* Dark Mode                          */
/* ################################## */
.mw-dark-mode .mw-page-base {
    background: var(--dark-mode-background);
}
.mw-dark-mode .mw-body {
    background: var(--dark-mode-background);
}
.mw-dark-mode {
    background: var(--dark-mode-background);
}
.mw-dark-mode #mw-panel {
    background: var(--dark-mode-background);
}
.mw-dark-mode #mw-head {
    background: var(--dark-mode-background);
}
}
1 124

modifications

Menu de navigation