Last active
July 18, 2018 18:28
-
-
Save rainerborene/d1966d81648c6d557d669b665b422336 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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