"سانچہ:Color/styles.css" کے نسخوں کے درمیان فرق
Appearance
Fixes phab:T369874. Please see talk page and do not revert without discussion (and good reason). See also meta:User:Jon_(WMF)/Edit_for_dark_mode_support |
Arsait (تبادلۂ خیال | شراکتیں) م 1 revision imported from enwiki:Template:Color/styles.css ٹیگ: موبائل ترمیم موبائل ویب ترمیم |
(کوئی فرق نہیں)
|
حالیہ نسخہ بمطابق 23:20، 2 مارچ 2025ء
/* {{pp-template}} */
/* [[phab:T360683]]: This stylesheet removes the function of this template in
* dark mode
*/
@media screen {
html.skin-theme-clientpref-night div:not(.notheme) > .tmp-color,
html.skin-theme-clientpref-night p > .tmp-color,
html.skin-theme-clientpref-night table:not(.notheme) .tmp-color {
color: inherit !important;
}
}
@media screen and ( prefers-color-scheme: dark) {
/* automatic mode */
html.skin-theme-clientpref-os div:not(.notheme) > .tmp-color,
html.skin-theme-clientpref-os p > .tmp-color,
html.skin-theme-clientpref-os table:not(.notheme) .tmp-color {
color: inherit !important;
}
}