* commit '19194e2a23d5d2e6c58a0126532d6c5a5f5c1ffc': reverse the blue button hover state color
This commit is contained in:
@@ -6708,11 +6708,11 @@ div.jd-descr > .resource-widget[data-section=distribute\/tools]
|
||||
}
|
||||
|
||||
.landing-button.landing-secondary {
|
||||
background-color: #09c;
|
||||
background-color: #2faddb;
|
||||
}
|
||||
|
||||
.landing-button.landing-secondary:hover {
|
||||
background-color: #2faddb;
|
||||
background-color: #09c;
|
||||
}
|
||||
|
||||
.landing-button.landing-secondary:active {
|
||||
|
Reference in New Issue
Block a user