diff --git a/templates/zephyr/content_base.html b/templates/zephyr/content_base.html index c3477cd184..fc00501ec0 100644 --- a/templates/zephyr/content_base.html +++ b/templates/zephyr/content_base.html @@ -19,7 +19,7 @@
-
Humbug{% block for_you %}{% endblock %}
+
Humbug{% block for_you %}{% endblock %}
{% block more_content %} {% endblock %}
diff --git a/zephyr/static/styles/signup.css b/zephyr/static/styles/signup.css index 8e31c3f155..884fa4292d 100644 --- a/zephyr/static/styles/signup.css +++ b/zephyr/static/styles/signup.css @@ -44,3 +44,12 @@ span.for_you { #company-email { display: none; } + +a.title { + color: black; +} + +a.title:hover { + color: gray; + text-decoration: none; +}