[THEME][neo-quitter] Added icon for Network in navbar

This commit is contained in:
rainydaysavings 2020-06-03 00:59:22 +01:00 committed by Diogo Peralta Cordeiro
parent facf3204d3
commit 14ea9b41c2
1 changed files with 9 additions and 0 deletions

View File

@ -1426,6 +1426,7 @@ div.entry-content a.response:after {
#nav_local_default li:first-child ul.nav li:nth-child(4) a:before, /* messages... */
#nav_timeline_favorites a:before,
#nav_timeline_public a:before,
#nav_timeline_networkpublic a:before,
#nav_groups a:before,
#nav_recent-tags a:before,
#nav_timeline_favorited a:before,
@ -1481,6 +1482,14 @@ div.entry-content a.response:after {
content: "\f475";
}
#nav_timeline_networkpublic a::before {
content: '\f0e8';
font-family: "fa";
font-size: 14px;
margin-left: -18px;
margin-right: 4px;
}
#nav_groups a:before {
content: "\f0c0";
font-family:'fa';