MediaWiki:Common.css: Difference between revisions

From MemCP
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: #p-logo a { background-size: contain; }")
 
No edit summary
Line 2: Line 2:
#p-logo a {
#p-logo a {
background-size: contain;
background-size: contain;
}
@media screen {
#mw-head {
    background: #76b512;
}
}
}

Revision as of 18:30, 14 May 2024

/* CSS placed here will be applied to all skins */
#p-logo a {
	background-size: contain;
}

@media screen {
#mw-head {
    background: #76b512;
}
}