MediaWiki:Common.css: Difference between revisions

Borrow some more wikipedia css
No edit summary
Line 200: Line 200:
.wraplinks a {
.wraplinks a {
white-space: normal;
white-space: normal;
}
/* No idea where this on wikipedia is but this fixes infoboxes... */
@media screen and (prefers-color-scheme: dark) {
  html.skin-theme-clientpref-os .hatnote:not(.notheme), html.skin-theme-clientpref-os .dablink:not(.notheme), html.skin-theme-clientpref-os .rellink:not(.notheme), html.skin-theme-clientpref-os .infobox:not(.notheme) {
    color: var(--color-base,#202122) !important;
  }
}
}