Jump to navigation Jump to search

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 2: Line 2:


blockquote {
blockquote {
   background: black;
   background: black !important;
}
}

Revision as of 14:24, 10 September 2023

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

blockquote {
  background: black !important;
}