* commit 'd357cc2f011e9c9e361ec59482db9bce21198e43': make primary landing button dark red
This commit is contained in:
commit
b6d4185317
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue