Skip to content

Instantly share code, notes, and snippets.

@megub
Created July 12, 2016 18:44
Show Gist options
  • Save megub/3136b068b65145210703d586875b00d2 to your computer and use it in GitHub Desktop.
Save megub/3136b068b65145210703d586875b00d2 to your computer and use it in GitHub Desktop.
Add underline to button label
<style>
.lp-pom-button .label {
text-decoration: underline;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment