/* 文章页背景 */
.layout_post>#post {
  background: rgba(255, 255, 255, .7); /* 半透明背景 */
}

/* 所有页面背景 */
#aside_content .card-widget,
#recent-posts>.recent-post-item,
.layout_page>div:first-child:not(.recent-posts),
.layout_post>#page,
.layout_post>#post,
.read-mode .layout_post>#post {
  background: rgba(255, 255, 255, .7);
}

/* 亮色主题下主页卡片文字颜色 */
:root[data-theme="light"] #recent-posts .recent-post-item {
  color: #1a1a1a !important; /* 深灰色字体 */
 /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;  轻微阴影让字更清晰 */
}

:root[data-theme="light"] #aside_content .card-widget {
  background: rgba(255, 255, 255, .7) !important;
}


/* 页脚透明 */
#footer {
  background: rgba(255, 255, 255, 0);
}
