MediaWiki:Common.css: Difference between revisions

From Auranogi
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* <pre> */


.home {
.home h1 {
  h1 {
    font-size: 2.5em;
     color: red;
    font-weight: bold;
  }
     border: none;
    margin: 0 0 0.15em;
}
}

Revision as of 00:26, 18 September 2022

/* <pre> */

.home h1 {
    font-size: 2.5em;
    font-weight: bold;
    border: none;
    margin: 0 0 0.15em;
}