Difference between revisions of "MediaWiki:Vector.css"

From PKC
Jump to navigation Jump to search
Line 2: Line 2:


h1 {
h1 {
   color: yellow;
   color: brown;
   text-align: left;
   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: brown;
  text-align: left;
}