MediaWiki:Common.css: Difference between revisions

From Genesys Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


body {
body {
   background-color: #666666;
   background-color: #666;
}
}



Revision as of 15:27, 13 October 2023

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

body {
  background-color: #666;
}

table.zebra tr.stripe {
  background-color: #ccc;
}

.stripe {
  background-color: red;
}