Last edited 3 years ago
by Anna Lionetti

MediaWiki:Main.css: Difference between revisions

mNo edit summary
mNo edit summary
Line 2: Line 2:
     content: '\f00b';
     content: '\f00b';
     font-family: 'fontawesome';
     font-family: 'fontawesome';
}
#n-FAQ > i:nth-child(1)::before {
    content: '\e9d9';
    font-family: 'entypo';
}
}

Revision as of 11:59, 12 March 2021

#n-Activities > i:nth-child(1)::before {
    content: '\f00b';
    font-family: 'fontawesome';
}
#n-FAQ > i:nth-child(1)::before {
    content: '\e9d9';
    font-family: 'entypo';
}