diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-01-22 18:18:01 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-01-22 18:18:01 -0500 |
commit | b20f763ccfb6384561a5e91e71ef41d3271fc551 (patch) | |
tree | 08893a39d2a5c560fee0e2611f5134a7f01b206a | |
parent | 578b837b630cd32dacb30387024ce14ec57896db (diff) | |
download | sr.ht-docs-b20f763ccfb6384561a5e91e71ef41d3271fc551.tar.gz |
index: switch to btn-primary, fix link
-rw-r--r-- | index.html | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -20,7 +20,7 @@ dt { <p> New here? We have some great tutorials to get you started. </p> - <a href="tutorials" class="btn btn-success btn-block"> + <a href="tutorials" class="btn btn-primary btn-block"> Read the tutorials <span class="icon icon-caret-right"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg> @@ -72,9 +72,8 @@ dt { <p> Want to keep up with the latest news on sr.ht? A monthly "what's cooking" is posted to the - <a href="https://lists.sr.ht/~sircmpwn/sr.ht-announce"> - sr.ht-announce - </a> list. Be sure to subscribe! + <a href="https://lists.sr.ht/~sircmpwn/sr.ht-announce" + >sr.ht-announce</a> list. Be sure to subscribe! </p> <h3 id="service-documentation">Service Documentation</h3> <dl class="row"> |