You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "MediaWiki:Common.css"
(Created page with "→CSS placed here will be applied to all skins: #n-Home > i:nth-child(1)::before { content: '\e900'; font-family: 'entypo'; }") |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#n-Home > i:nth-child(1)::before { | #n-Home > i:nth-child(1)::before { | ||
− | content: '\ | + | content: '\f015'; |
− | font-family: ' | + | font-family: 'fontawesome'; |
} | } |
Revision as of 15:15, 2 March 2021
/* CSS placed here will be applied to all skins */
#n-Home > i:nth-child(1)::before {
content: '\f015';
font-family: 'fontawesome';
}