MediaWiki:Common.css: Difference between revisions

Dark mode: Amend cell colour rules to also apply to row styles
(Dark mode: Adjustments for category pages & various special pages)
(Dark mode: Amend cell colour rules to also apply to row styles)
Line 292: Line 292:
}
}
body.darkMode td[style*="background-color:lightpink;"],
body.darkMode td[style*="background-color:lightpink;"],
body.darkMode td[style*="background-color:#FFE8E8;"] {
body.darkMode td[style*="background-color:#FFE8E8;"],
body.darkMode tr[style*="background-color:lightpink;"],
body.darkMode tr[style*="background-color:#FFE8E8;"] {
background-color:#6a2731!important
background-color:#6a2731!important
}
}
body.darkMode td[style*="background-color:lightgreen;"],
body.darkMode td[style*="background-color:lightgreen;"],
body.darkMode td[style*="background-color:#E8FFEB;"] {
body.darkMode td[style*="background-color:#E8FFEB;"],
body.darkMode tr[style*="background-color:lightgreen;"],
body.darkMode tr[style*="background-color:#E8FFEB;"] {
background-color:#285128!important
background-color:#285128!important
}
}