/**
* Theme Name: Digimart Child
* Description: This is a child theme of Digimart.
* Author: <a href="https://gloriathemes.com/">Gloria Themes</a>
* Template: digimart
* Version: 1.0.2
*/

/* The theme hard-codes a light-gray bottom border on the header (.border-gray-200);
   darken it so it doesn't clash with the dark header rows. */
.header.border-gray-200 {
	border-bottom-color: #2b203c;
}
