templates/front/style.css.twig line 1

Open in your IDE?
  1. body{
  2.     background: {{configuration.color|raw}}!important;
  3. }
  4. #mainZone .lien:not(.btn),
  5. #mainZone a:not(nav a):not(.btn) {
  6.     color: {{configuration.colorLien|raw}} !important;
  7. }