MediaWiki:Common.css: Difference between revisions

Approved Rev Indicator dark
m color adjustment
Line 96: Line 96:
@media screen {
@media screen {
     html.skin-theme-clientpref-night .approved-revision {
     html.skin-theme-clientpref-night .approved-revision {
      background-color: #ccc !important;
    background-color: transparent !important;
      color: black !important;
    color: white !important;
    border: solid #008000 !important;
     }
     }
}
}
Line 104: Line 105:
@media screen and (prefers-color-scheme: dark) {
@media screen and (prefers-color-scheme: dark) {
     html.skin-theme-clientpref-os .approved-revision {
     html.skin-theme-clientpref-os .approved-revision {
      background-color: #ccc !important;
    background-color: transparent !important;
      color: black !important;
    color: white !important;
    border: solid #008000 !important;
     }
     }
}
}