Difference between revisions of "MediaWiki:Mobile.css"

From Bose Portable PA Encyclopedia
Jump to: navigation, search
m
m
 
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;
 +
}

Latest revision as of 23:08, 12 June 2021

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

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

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