Difference between revisions of "MediaWiki:Vector.css"

From PKC
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: h1 { color: red; text-align: center; }")
 
Line 2: Line 2:


h1 {
h1 {
   color: red;
   color: yellow;
   text-align: center;
   text-align: left;
}
}

Revision as of 11:06, 1 July 2021

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

h1 {
  color: yellow;
  text-align: left;
}