Update styling for subscribe buttons

This commit is contained in:
Omar Roth 2018-10-20 13:47:20 -05:00
parent 94d116974b
commit 3c634d9f66

View File

@ -22,8 +22,14 @@ div {
padding-right: 10px;
}
.pure-button-primary {
background: rgba(0, 182, 240, 1);
a.pure-button-primary {
background-color: #a0a0a0;
color: rgba(35, 35, 35, 1);
}
a.pure-button-primary:hover {
background-color: rgba(0, 182, 240, 1);
color: #fff;
}
/*