/** Add your extra/custom CSS classes below */

.md-main {
    background: linear-gradient(
      to top right,
      black 0%,
      black 45%,
      slategray 90%,
      slategray 100%
    );
    color: #ffffff;
  }

/* Force all children to inherit that background */
.md-main * {
    background: transparent !important;
  }

.md-main, a {
.md-main * 
  color: white;
}

/*Nav links (general) */ 
.md-nav__link {
    background: none !important;
    box-shadow: none !important;
}

.md-nav__title {
    background: none !important;
    box-shadow: none !important;
}