/* Moyen-Orient-2015 index: light theme, no boxes around titles */
.index-light,
.index-light body {
  color: #1a1a1a;
  background: #fff;
}
.index-light.has-bg::before,
.index-light.has-bg::after { display: none; }
.index-light .meta { color: #555; }
.index-light main {
  background: #fff;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
}
.index-light .post-list li {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 6px 0;
  margin: 4px 0;
}
.index-light .post-list a {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.index-light .post-list a:hover { text-decoration: underline; }
.index-light .section-note { color: #555; }
.index-light .footer { color: #555; }
