clarify credit program is disabled

This commit is contained in:
Jeremy Kauffman 2017-04-07 10:06:02 -04:00
parent 7f1c80b983
commit 2a28c1eeed
2 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,9 @@
<div class="notice notice-info">
<h4>Temporarily Disabled</h4>
<p>Automated credit dispensing has been disabled thanks to some lovely people from Thailand.</p>
<p>If you <a href="https://slack.lbry.io">join our chat</a>, we'll send you some manually.</p>
<div class="meta">No, the lovely people from Thailand did not automate away very many credits. We're both impressed and annoyed by their dedication to hard work for tens of dollars.</div>
</div>
<h3 id="credits">Credits</h3>
<p>So far, everything we've done with LBRY has been free. However, some actions, such as reserving a name or purchasing paid content, require credits.</p>
<p>To receive credits, first generate a wallet address:</p>

View file

@ -5,8 +5,8 @@
color: $text_color;
background-color: $bg_color;
border-color: $border_color;
h3 {
color: darken($text_color, 10%);
h1, h2, h3, h4, h5, h6 {
color: darken($text_color, 10%) !important; //fuck this
margin-bottom: $spacing-vertical;
}
a[href]
@ -17,6 +17,10 @@
color: lighten($text_color, 10);
}
}
.meta
{
color: lighten($text_color, 15%) !important;
}
}
.notice