/*
 Theme Name:   Migs
 Theme URI:    http://migs.ca
 Description:  Migs Custom Theme for Bricks
 Author:       Migs
 Author URI:   http://migs.ca
 Template:     bricks
 Version:      2.0
 Text Domain:  bricks
*/


/* -- Elements -- */
.section-inverse a {
  color: var(--text-on-primary);
   /* -- Note: Arrows and othe elements like in a nav menu are colored inside Bricks inside this class -- */
}

.section-inverse a {
  color: var(--text-on-primary);
  transition: color 0.15s ease;
}

.section-inverse a:hover {
  color: var(--color-accent);
}