
.strytl {
  --color-contrast: #136ad6;
  --color-text: #000000;
  background-color: #ffffff;
}
.strytl .item {
  border-color: #ffffff;
}
.strytl .item.chapter h1.title {
  color: #ffffff;
}
.strytl .item.chapter .item-content {
  background-color: #1c6bd6;
  border-top-color: #1c6bd6;
}
.strytl .item.chapter .marker {
  background-color: #4e8fe4;
}
.strytl .item.text h1.title {
  font-weight: 700;
}


