am d357cc2f: am baf5b60b: make primary landing button dark red

* commit 'd357cc2f011e9c9e361ec59482db9bce21198e43':
  make primary landing button dark red
This commit is contained in:
smain@google.com 2014-06-20 22:33:33 +00:00 committed by Android Git Automerger
commit b6d4185317

View file

@ -6695,16 +6695,16 @@ div.jd-descr > .resource-widget[data-section=distribute\/tools]
}
.landing-primary {
background-color: hsl(8, 70%, 54%); /* #dc4b35 */
background-color: hsl(8, 70%, 44%);
color: #f8f8f8;
}
.landing-button.landing-primary:hover {
background-color: hsl(8, 70%, 44%); /* #bf3722 */
background-color: hsl(8, 70%, 36%);
}
.landing-button.landing-primary:active {
background-color: hsl(8, 70%, 36%); /* # */
background-color: hsl(8, 70%, 30%);
}
.landing-button.landing-secondary {