Diferență între revizuiri ale paginii „MediaWiki:Mobile.css”

241 de octeți adăugați ,  5 octombrie 2021 13:24
fără descrierea modificării
 
Linia 4: Linia 4:
#content_wrapper .last-modified-bar {
#content_wrapper .last-modified-bar {
   display: none;
   display: none;
}
/* Keep this in sync with Common.css. MobileFrontend only loads this file, not that one. */
@media (prefers-color-scheme: dark) {
  body {
    background-color: #000;
  }
  body, img, video {
    filter: invert(1) hue-rotate(180deg);
  }
}
}