Jump to content

MediaWiki:Minerva.css: Difference between revisions

From Transcendent Harem
test
 
test
Line 1: Line 1:
/* All CSS here will be loaded for users of the MinervaNeue skin */
/* All CSS here will be loaded for users of the MinervaNeue skin */
vector-page-titlebar::after {
    height: 0px;
}


mw-body h1 {
mw-body h1 {

Revision as of 09:53, 5 March 2025

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


vector-page-titlebar::after {
    height: 0px;
}

mw-body h1 {
	font-variant: small-caps;
	text-align:center;
	border: 4px solid #FFFFFF;
	border-radius: 25px;
	background-color: #FF0092;	
}

h1 {
	font-variant: small-caps;
	text-align:center;
	border: 4px solid #FFFFFF;
	border-radius: 25px;
	background-color: #FF0092;	
}