MediaWiki:Mobile.css: Difference between revisions

Fixing footer colors on mobile
mNo edit summary
(Fixing footer colors on mobile)
Line 53: Line 53:
   border-bottom: none;
   border-bottom: none;
   background-color: #002e45;
   background-color: #002e45;
}
.mw-footer > .post-content > * {
  margin-bottom: 9px;
  color: #fff;
}
}