MediaWiki:Common.css: Difference between revisions

From Auranogi
No edit summary
No edit summary
Line 6: Line 6:
     border: none;
     border: none;
     margin: 0 0 0.15em;
     margin: 0 0 0.15em;
}
.invert {
color: white;
}
}

Revision as of 00:29, 18 September 2022

/* <pre> */

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

.invert {
	color: white;
}