@media all {
  .hentry {
      background-color: transparent;
      box-shadow: none;
  }
  .site-footer {
      background-color: transparent;
      box-shadow: none;
  }
}
.entry-content {
   color: #fff;
}