MediaWiki:Common.css: Difference between revisions

From Melvor Idle
No edit summary
No edit summary
Line 6: Line 6:
}
}


.ts-container {
#mw-content-container {
background-color: #2c343f!important;
background-color: #2c343f!important;
}
}

Revision as of 09:25, 14 September 2020

/* CSS placed here will be applied to all skins */

.stickyHeader th {
  position: -webkit-sticky;
  position: sticky;
}

#mw-content-container {
background-color: #2c343f!important;
}