.heimu, .heimu a, a .heimu, .heimu a.new {
    background-color: #252525;
    color: #252525;
    text-shadow: none;
}
.heimu:hover, .heimu:active,
.heimu:hover .heimu, .heimu:active .heimu {
    color: rgba(255, 255, 255, 0.7) !important;
}



#recent-posts > .recent-post-items > .recent-post-item {
  background: rgba(255, 255, 255, 0.9);
}

.card-widget {
  background: rgba(255, 255, 255, 0.9) !important;
}

div#post {
  background: rgba(255, 255, 255, 0.9);
}

div#page:not(.nc) {
  background: rgba(255, 255, 255, 0.9);
}

div#archive {
  background: rgba(255, 255, 255, 0.9);
}

div#tag {
  background: rgba(255, 255, 255, 0.9);
}

div#category {
  background: rgba(255, 255, 255, 0.9);
}

[data-theme="dark"]
#recent-posts > .recent-post-items > .recent-post-item {
  background: rgba(18, 18, 18, 0.8);
}

[data-theme="dark"]
.card-widget {
  background: rgba(18, 18, 18, 0.8) !important;
}

[data-theme="dark"]
div#post {
  background: rgba(18, 18, 18, 0.8);
}

[data-theme="dark"]
div#page:not(.nc) {
  background: rgba(18, 18, 18, 0.8);
}

[data-theme="dark"]
div#archive {
  background: rgba(18, 18, 18, 0.8);
}

[data-theme="dark"]
div#tag {
  background: rgba(18, 18, 18, 0.8);
}

[data-theme="dark"]
div#category {
  background: rgba(18, 18, 18, 0.8);
}