/*
 * Theme Name:  Swyft Child
 * Theme URI:   https://swyft.codesupply.co/
 * Description: Swyft Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    swyft
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */
.line.yellow {
  background: linear-gradient(180deg, transparent 60%, rgba(255, 255, 0, 0.6) 60%);
}
.line.pink {
  background: linear-gradient(180deg, transparent 60%, rgba(255, 105, 180, 0.5) 60%);
}
.line.blue {
  background: linear-gradient(180deg, transparent 60%, rgba(135, 206, 250, 0.5) 60%);
}
.line.marker {
  background: linear-gradient(transparent 60%, #fff475 60%);
  background-size: 100% 100%;
  filter: blur(0.4px);
}