/*
 * Theme Name:  Mint (Customized)
 * Theme URI:   http://mint.themes.tvda.eu
 * Template:    mint
 * Description: Customized version of Mint theme.
 * Version:     1.0.3
 * Text Domain: mint-child
 */
.theme-underline, .theme-underline-bold {
  background-image: -webkit-linear-gradient(top, #ff6d43 0, #ff6d43 100%);
  background-image: linear-gradient(to bottom, #ff6d43 0, #ff6d43 100%);
}
.theme-selection-accent {
  background-color: #ff6d43;
}
.arrow-up, .arrow-right, .arrow-down, .arrow-left {
  color: #ff6d43;
}
.hamburger._close:before,
.hamburger._close:after {
  color: #ff6d43;
}