MediaWiki:Common.css: Difference between revisions

From Harthorns-Reverie
No edit summary
No edit summary
Line 1: Line 1:
body {
body {
   background: red;
   background: red;
}
.mw-headline:target {
  background-color: gold;
}
}

Revision as of 22:59, 6 February 2022

body {
  background: red;
}