MediaWiki:Vector.css: Difference between revisions

From Office of Queer Affairs
Created page with "→‎All CSS here will be loaded for users of the Vector skin: body { background: limegreen; }"
 
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */


body {
root {
   background: limegreen;
   --background-color-base: limegreen;
}
}

Revision as of 14:27, 9 September 2024

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

root {
  --background-color-base: limegreen;
}