Skip to content

Instantly share code, notes, and snippets.

@jonsherrard
Created December 5, 2016 08:48
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 jonsherrard/0ee2573072e674b7faeca39fed901cb5 to your computer and use it in GitHub Desktop.
Save jonsherrard/0ee2573072e674b7faeca39fed901cb5 to your computer and use it in GitHub Desktop.
CSS to improve poll embeds on es-2016
<style>
.senti-poll-question {
font-size: 32px;
}
.btn.senti-poll-vote-button {
background: #161616;
color: white;
border-radius: 0px !important;
cursor: pointer;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment