change from triangles to solid background

This commit is contained in:
Stephanie Wilkinson 2017-09-29 14:29:43 -07:00
parent 1537d5f290
commit cf2d80c4e2
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@
%h3.text-center %h3.text-center
Don't miss out! Join us!
%br %br
- if @conference.program.events.highlights.any? - if @conference.program.events.highlights.any?
.row .row

View file

@ -93,6 +93,6 @@
cell_size: 100, cell_size: 100,
x_colors: triangle_colors x_colors: triangle_colors
}); });
$('#banner').css('background-image', 'url("' + pattern.png() + '")'); $('#banner').css('background-color', "#{@conference.color}");
}); });
}); });