diff --git a/static/img/U-Report_Logo_invert.png b/static/img/U-Report_Logo_invert.png new file mode 100644 index 000000000..d00b43083 Binary files /dev/null and b/static/img/U-Report_Logo_invert.png differ diff --git a/templates/public/index.html b/templates/public/index.html index b5cfe1227..53a07d300 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -35,7 +35,7 @@
{% trans "VIEW FULL RESULTS" %} + class="btn hover-dark {% if org|config:"has_new_brand" %}hover:bg-gray-700 bg-black text-white{% else %}bg-light1-home text-black{% endif %}">{% trans "VIEW FULL RESULTS" %}
@@ -147,7 +147,7 @@
-
+
{% edit_content 'orgs.org_edit' "" "#id_common.join_text" "-m-8" "dark" %}
{% if org|config:"join_text" %} @@ -182,7 +182,11 @@
+ {% if org|config:"has_new_brand" %} + + {% else %} + {% endif %}
@@ -344,7 +348,7 @@ {% trans "Learn more about how U-Report is empowering and connecting young people to speak out on issues that matter to them." %}
{% trans "LEARN MORE" %} + class="btn bg-light1-home text-black hover-dark">{% trans "LEARN MORE" %}
diff --git a/templates/public/ureporters.html b/templates/public/ureporters.html index 8a4dbeecc..17430f720 100644 --- a/templates/public/ureporters.html +++ b/templates/public/ureporters.html @@ -149,7 +149,7 @@ class="md:flex engagement-graph-block hover-parent block mt-16 p-2 bg-dark-blue" id="graph-block-{{ metric.slug }}-{{ time_filter.time_filter_number }}">
-
+
{{ metric.title }}
diff --git a/templates/public_base.html b/templates/public_base.html index 11a120d0f..01913bb98 100644 --- a/templates/public_base.html +++ b/templates/public_base.html @@ -150,24 +150,12 @@ display: block; } {% if org|config:"has_new_brand" %} - .bg-dark1-home { + .bg-dark1-home, .bg-dark2-home, .bg-dark3-home, .bg-light1-home, .bg-light2-home { background: #00aeef; } - .bg-dark2-home { - background: #00aeef; - } - - .bg-dark3-home { - background: #00aeef; - } - - .bg-light1-home { - background: #00aeef; - } - - .bg-light2-home { - background: #00aeef; + .bg-dark1-home.hover-dark:hover, .bg-dark2-home.hover-dark:hover, .bg-dark3-home.hover-dark:hover, .bg-light1-home.hover-dark:hover, .bg-light2-home.hover-dark:hover { + background: #42ccff; } .text-light1-home { @@ -271,7 +259,7 @@
Download + class="btn bg-light1-home text-black inline-block download-screenshot hover-dark">Download
@@ -784,7 +772,7 @@ {% endif %}
{% trans "EXPLORE ENGAGEMENT" %} + class="btn bg-light2-home text-white inline-block hover-dark">{% trans "EXPLORE ENGAGEMENT" %}