// COLOR THEME
// light theme
.sliderjs.th-white {
  border-color: white;
  &, a, .slide, .footer {
    background-color: white;
    color: #555;
  }
}

