MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Manual revert
No edit summary
Line 16: Line 16:
   border-radius: 50%;
   border-radius: 50%;
}
}
.inline-img img {
.inline-img img {
   max-width: 2em;
   max-width: 2em;
   max-height: 2em;
   max-height: 2em;
}
/* Fix dark mode making light boxes unreadable. */
html.skin-theme-clientpref-night .mw-parser-output [style*="background"] {
  color: #202122;
}
}