:root {
  --text-dark: #fafafa;
}

.ward-card-text header {
  background-color: #1d1d1d;
  color: var(--text-dark);
}

.ward-card-text section > div:nth-child(2) {
  background-color: #333333;
  color: var(--text-dark);
}

.ward-card-text section .notice .row > div:nth-child(6) img:nth-child(3) {
  filter: invert(100%);
}
.ward-card-text .card-carousel {
  background-color: #333333;
}
.ward-card-text section > div:nth-child(1) {
  background-color: #575757;
  color: var(--text-dark);
}
