MediaWiki:Common.css: Difference between revisions
From Shepherd's Library
Farmer Piddy (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: h1, h2, h3, h4 { font-family: 'Broken Console', sans-serif; }") |
Farmer Piddy (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
h1, h2, h3, h4 { | h1, h2, h3, h4 { | ||
font-family: 'Broken Console', sans-serif; | font-family: 'Broken Console', sans-serif; | ||
} | |||
div#p-logo { | |||
display: none; | |||
} | } |
Revision as of 08:44, 2 April 2024
/* CSS placed here will be applied to all skins */ h1, h2, h3, h4 { font-family: 'Broken Console', sans-serif; } div#p-logo { display: none; }