Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
footer.scss 282 B
// Footer background and Font //
.custom-footer{
  background: var(--primary-medium) !important;
}
  
.custom-footer > ul {
  color: var(--secondary) !important;
}
  
.custom-footer .footer-section-link-wrapper a, .footer-links > a, .blurb {
  color: var(--secondary) !important;
}