+
{% if entry.visual %}
@@ -61,7 +61,6 @@
-
{% empty %}
{% endfor %}
diff --git a/publichealth/static/js/main.js b/publichealth/static/js/main.js
index 3c51033..982e842 100644
--- a/publichealth/static/js/main.js
+++ b/publichealth/static/js/main.js
@@ -18,11 +18,11 @@ $(document).ready(function() {
nextArrow: '
Next',
});
- // Formatting of live news
- $('.feedpage-body .panel').each(function() {
- var hue = Math.floor(Math.random() * 360);
- var pastel = 'hsl(' + hue + ', 100%, 87.5%)';
- $(this).css('border-top', '3px solid ' + pastel);
- });
+ // Pastel colors on live news
+ // $('.feedpage-body .panel').each(function() {
+ // var hue = Math.floor(Math.random() * 360);
+ // var pastel = 'hsl(' + hue + ', 100%, 87.5%)';
+ // $(this).css('border-top', '3px solid ' + pastel);
+ // });
});