Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
/* [[Category:CSS from Wikimedia]] */
/* Light mode V22 */
html.skin-theme-clientpref-day .text-color {
    color: black;
}

/* Dark mode V22 */
html.skin-theme-clientpref-night .text-color {
    color: white;
}

/* Light mode Timeless */
html[data-skin="timeless"][data-mode="light"] .text-color {
    color: black;
}

/* Dark mode Timeless */
html[data-skin="timeless"][data-mode="dark"] .text-color {
    color: white;
}