diff --git a/static/css/1.1/base.css b/static/css/1.1/base.css index 8942d1a..bce10a9 100644 --- a/static/css/1.1/base.css +++ b/static/css/1.1/base.css @@ -240,4 +240,8 @@ textarea { p.error { color: #f65994; -} \ No newline at end of file +} + +p.info { + opacity: 0.6; +} diff --git a/templates/submit.html b/templates/submit.html index 2cc9810..8b1f781 100644 --- a/templates/submit.html +++ b/templates/submit.html @@ -49,7 +49,8 @@

{{ error }}

{% endfor %}
- {{ form.store_link.label }}
+ {{ form.store_link.label }} +

We will use this to promote your game in future events and showcase pages.

{{ form.store_link(size=100) }}
{% for error in form.store_link.errors %}

{{ error }}