Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb01827b authored by smain@google.com's avatar smain@google.com
Browse files

reverse the blue button hover state color

Change-Id: Ib3b8abcd9683eda3b9a69f0c0ba1d53228191540
parent baf5b60b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {