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

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

make buttons "primary" red

Change-Id: Ife5f2b565f52621df953593b9b3bd7cc05500f81
parent 78dfcb3a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -204,13 +204,13 @@ page.type=about
            <div class="landing-breakout cols">

              <div class="col-8">
                <a href="{@docRoot}preview/setup-sdk.html" class="landing-button landing-secondary">
                <a href="{@docRoot}preview/setup-sdk.html" class="landing-button landing-primary">
                  Download the Preview SDK
                </a>
              </div>

              <div class="col-8">
                <a href="{@docRoot}preview/tv/adt-1/request.html" class="landing-button landing-secondary">
                <a href="{@docRoot}preview/tv/adt-1/request.html" class="landing-button landing-primary">
                  Request ADT-1 Developer Kit
                </a>
              </div>
+1 −1
Original line number Diff line number Diff line
@@ -196,7 +196,7 @@ page.type=about
            </div>
          </div>
          <div class="landing-body">
            <a href="{@docRoot}training/building-wearables.html" class="landing-button landing-secondary" style="margin-top: 20px;">
            <a href="{@docRoot}training/building-wearables.html" class="landing-button landing-primary" style="margin-top: 20px;">
              Get Started
            </a>
          </div>