
body.post {
    background: #4352ff;
    color: #ffffff;
}

div.postElement {
    background: #4352ff;
    color: #ffffff;
}

body.post  {
    min-height: 100vh;
}

body.post .desktop-cross, body.post .desktop-cross   {
  filter: invert(95%) sepia(97%) saturate(14%) hue-rotate(213deg) brightness(104%) contrast(104%);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.postBase  {
    display: none;
}