Fix merchants URL color

This commit is contained in:
MaxXor 2017-09-23 20:55:12 +02:00
parent 98263704ff
commit 4ef4114632

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*********************************/