From 2a28c1eeed2a232255a966af29f08fe66803427e Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Fri, 7 Apr 2017 10:06:02 -0400 Subject: [PATCH] clarify credit program is disabled --- view/template/developer/_quickstartCredits.php | 6 ++++++ web/scss/_notice.scss | 8 ++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/view/template/developer/_quickstartCredits.php b/view/template/developer/_quickstartCredits.php index 1fd3d43f..bd473a17 100644 --- a/view/template/developer/_quickstartCredits.php +++ b/view/template/developer/_quickstartCredits.php @@ -1,3 +1,9 @@ +
+

Temporarily Disabled

+

Automated credit dispensing has been disabled thanks to some lovely people from Thailand.

+

If you join our chat, we'll send you some manually.

+
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.
+

Credits

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.

To receive credits, first generate a wallet address:

diff --git a/web/scss/_notice.scss b/web/scss/_notice.scss index 1f609039..07899f6d 100644 --- a/web/scss/_notice.scss +++ b/web/scss/_notice.scss @@ -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