app/forms/hyrax/forms/admin/appearance.rb in hyrax-2.0.3 vs app/forms/hyrax/forms/admin/appearance.rb in hyrax-2.1.0.beta1
- old
+ new
@@ -44,15 +44,15 @@
block_for('header_text_color', '#dcdcdc')
end
# The color links
def link_color
- block_for('link_color', '#337ab7')
+ block_for('link_color', '#2e74b2')
end
# The color for links in the footer
def footer_link_color
- block_for('footer_link_color', '#e27800')
+ block_for('footer_link_color', '#ffebcd')
end
# The background color for "primary" buttons
def primary_button_background_color
block_for('primary_button_background_color', '#286090')