Skip to content

Instantly share code, notes, and snippets.

@rainerborene
Last active July 18, 2018 18:28
Show Gist options
  • Save rainerborene/d1966d81648c6d557d669b665b422336 to your computer and use it in GitHub Desktop.
Save rainerborene/d1966d81648c6d557d669b665b422336 to your computer and use it in GitHub Desktop.
<style>
.button.is-primary,
.button.is-primary:hover,
.button.is-primary:active,
.button.is-primary:disabled {
background-color: red; /* COR DO BOTÃO */
}
.notification.is-info {
background-color: blue; /* COR DA CAIXA */
}
a {
color: red; /* COR DO LINK */
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment