MediaWiki:Common.css: Difference between revisions

From Auranogi
(Created page with "→‎CSS placed here will be applied to all skins: .home { h1 { color: red; } }")
 
No edit summary
Line 2: Line 2:


.home {
.home {
h1 {
  h1 {
color: red;
    color: red;
}
  }
}
}

Revision as of 00:08, 18 September 2022

/* CSS placed here will be applied to all skins */

.home {
  h1 {
    color: red;
  }
}