/* 首页文章卡片 */
#recent-posts > .recent-post-item{
    background:rgba(255, 255, 255, 1);
}
/* 首页侧栏卡片 */
.card-widget{
  background:rgba(255, 255, 255, 1)!important;
}
/* 文章页面正文背景 */
div#post{
  background: rgba(255, 255, 255, 1);
}
/* 分页页面 */
div#page{
  background: rgba(255, 255, 255, 1);
}
/* 归档页面 */
div#archive{
  background: rgba(255, 255, 255, 1);
}
/* 标签页面 */
div#tag{
  background: rgba(255, 255, 255, 1);
}
/* 分类页面 */
div#category{
  background: rgba(255, 255, 255, 1);
}




/* 首页文章卡片 */
[data-theme=dark] #recent-posts > .recent-post-item{
  background:rgba(0,0,0,1);
}
/* 首页侧栏卡片 */
[data-theme=dark] .card-widget{
background:rgba(0,0,0,1)!important;
}
/* 文章页面正文背景 */
[data-theme=dark] div#post{
background: rgba(0,0,0,1);
}
/* 分页页面 */
[data-theme=dark] div#page{
background: rgba(0,0,0,1);
}
/* 归档页面 */
[data-theme=dark] div#archive{
background: rgba(0,0,0,1);
}
/* 标签页面 */
[data-theme=dark] div#tag{
background: rgba(0,0,0,1);
}
/* 分类页面 */
[data-theme=dark] div#category{
background: rgba(0,0,0,1);
}
.aplayer.aplayer-fixed.aplayer-narrow .aplayer-body {
  left: -66px !important;
  /* 默认情况下缩进左侧66px，只留一点箭头部分 */
}

.aplayer.aplayer-fixed.aplayer-narrow .aplayer-body:hover {
  left: 0 !important;
  /* 鼠标悬停是左侧缩进归零，完全显示按钮 */
}
