Merge pull request #417 from MaxXor/merchants-fix

Fix merchants URL color
This commit is contained in:
Riccardo Spagni 2017-09-25 10:57:38 -07:00 committed by GitHub
commit e0219d15df

View File

@ -2777,7 +2777,7 @@ footer {
/***************************MERCHANTS STYLING***********************************/
.merchants a {
color: #4c4c4c;
color: #ff7519;
margin-top: 0.4rem;
margin-bottom: 0.4rem;
display: inline-block;
@ -2788,14 +2788,6 @@ footer {
color: #ff7519;
}
@media only screen and (max-width: 48rem) {
.merchants a {
color: #ff7519;
}
}
/***************************ROADMAP STYLING*********************************/