Loading static/css/style.css +7 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,13 @@ body { background-color: transparent; padding-top: 90px; } #banner a { color: white; font-size: 1.125rem; } #banner a:hover { color: #f16e00; } .cta-1, .cta2 { background-color: #fff; Loading static/index.html +3 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,9 @@ <p class="text-white pt-5"> <a href="/kicker" class="btn btn-lg btn-banner btn-primary">Try our generator <span class="fa fa-angle-double-right" aria-hidden="true"></span></a> </p> <p class="text-white pt-2"> <a href="/doc/ref/">Check out the available templates <span class="fa fa-angle-double-right" aria-hidden="true"></span></a> </p> </div> </div> </div> Loading Loading
static/css/style.css +7 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,13 @@ body { background-color: transparent; padding-top: 90px; } #banner a { color: white; font-size: 1.125rem; } #banner a:hover { color: #f16e00; } .cta-1, .cta2 { background-color: #fff; Loading
static/index.html +3 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,9 @@ <p class="text-white pt-5"> <a href="/kicker" class="btn btn-lg btn-banner btn-primary">Try our generator <span class="fa fa-angle-double-right" aria-hidden="true"></span></a> </p> <p class="text-white pt-2"> <a href="/doc/ref/">Check out the available templates <span class="fa fa-angle-double-right" aria-hidden="true"></span></a> </p> </div> </div> </div> Loading