make primary landing button dark red

Change-Id: I2d515991ccdca79a28ee1ebe7706e8fbc3afc57e
This commit is contained in:
smain@google.com 2014-06-19 22:24:44 -07:00
parent cda1a9a756
commit baf5b60b12
1 changed files with 3 additions and 3 deletions

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 {