Skip to content

Instantly share code, notes, and snippets.

@foooomio
Last active June 15, 2019 04:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save foooomio/13cd5361922a36be96efcc7f4b3c1a31 to your computer and use it in GitHub Desktop.
Save foooomio/13cd5361922a36be96efcc7f4b3c1a31 to your computer and use it in GitHub Desktop.
#dashboard>.news>div>.create>.body>.Details>div>div>div:first-child>div:before {
content: 'πŸ“–';
}
#dashboard>.news>div>.follow>.body>.Details>div>div>div:first-child>div:before {
content: 'πŸ‘€';
}
#dashboard>.news>div>.follow>div>div>div>div:first-child>div:before {
content: 'πŸ‘€';
}
#dashboard>.news>div>.fork>.body>.Details>div>div>div:first-child>div:before {
content: 'πŸ“š';
}
#dashboard>.news>div>.fork>.body>div>div>div:first-child>div>div:before {
content: 'πŸ“š';
}
#dashboard>.news>div>.public>.body>div>div>div:first-child>div>div:before {
content: '🌐';
}
#dashboard>.news>div>.push>.body>div:not(.Details)>div>div:before {
content: 'πŸ“Œ';
}
#dashboard>.news>div>.push>.body>.Details>div>div>div:first-child>div:before {
content: 'πŸ“Œ';
}
#dashboard>.news>div>.repo>.body>div>div>div:first-child>div:before {
content: 'πŸ“–';
}
#dashboard>.news>div>.watch_started>.body>.Details>div>div>div:first-child>div:before {
content: '⭐';
}
#dashboard>.news>div>.watch_started>.body>div>div>div:first-child>div>div:before {
content: '⭐';
}
#dashboard>.news>div>.release>.body>div>div>div:before {
content: 'πŸ’Ώ';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment