Newer
Older
dmpopidor / lib / assets / stylesheets / overrides.scss
@Jose Lloret Jose Lloret on 10 Aug 2017 295 bytes aa. DMPRoadmap/roadmap#571
/* This file contains overrides to the core Bootstrap 3.x styling */
/* -------------------------------------------------------------- */

/* Footer Section */
footer {
  margin-top: $footer-margin-top;
  background: $footer-background;
  color: $footer-color;

  a { color: $footer-color; }
	
}