Jump to content

MediaWiki:Common.css: Difference between revisions

From Sulane Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 2: Line 2:


body {
body {
   background-color: lightblue;
   background-color: #FFD800;
}
}

Revision as of 13:42, 18 March 2025

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

body {
  background-color: #FFD800;
}