MediaWiki:Mobile.css: Difference between revisions

From Bose Portable PA Knowledge
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
h2, h3, h4 {color:red;background-color:blue}
h2, h3, h4 {color:red;background-color:blue}
body {
  background-color: lightgrey;
  color: blue;
}
h1 {
  background-color: black;
  color: white;
}

Revision as of 03:08, 13 June 2021

h2, h3, h4 {color:red;background-color:blue}

body {
  background-color: lightgrey;
  color: blue;
}

h1 {
  background-color: black;
  color: white;
}