@media screen and (min-width: 768px) {
  [data-theme="dark"]
  {
    .cardHover, .type-404 .error-content, .layout > div:first-child:not(.nc), #recent-posts .recent-post-item, #article-container .shuoshuo-item, #aside-content .card-widget, .layout .pagination > *:not(.space)
    {
      background-color: #121212CC;
      backdrop-filter: blur(7px);
    }
  }
}