MediaWiki:Timeless.css: Difference between revisions

From MU Bless Online Wiki
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the Timeless skin: #mw-content{ background-color: red; }")
 
No edit summary
 
Line 2: Line 2:


#mw-content{
#mw-content{
  background-color: red;
  background-color: red !important;
}
}

Latest revision as of 02:02, 3 November 2024

/* All CSS here will be loaded for users of the Timeless skin */

#mw-content{
 background-color: red !important;
}