/*
 * 自定义背景修正 - 安知鱼主题
 */

/* 深色模式：仅封面图高于飞机大战(z-index:2)；文章标题保持压在封面之上 */
[data-theme=dark] #recent-posts > .recent-post-item .post_cover,
[data-theme=dark] #page-header.post-bg #post-top-cover {
  position: relative;
  z-index: 3;
}

[data-theme=dark] #page-header.post-bg #post-info {
  z-index: 4;
}

/* 日间模式 */
#web_bg {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  background: #ffffff !important;
}

/* ҹ��ģʽ */
[data-theme=dark] #web_bg {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  background: #18181A !important;
}

/* ��ҳ��������ҳ��ǳɫģʽ���Ϸ�������͸�� */
#page-header.full_page:not(.nav-fixed) > #nav {
  background: var(--anzhiyu-card-bg) !important;
}

/* 深色模式文章波浪线 - 更黑 */
[data-theme='dark'] .parallax > use {
  fill: rgba(17,17,18,0.74) !important;
}
[data-theme='dark'] .parallax > use:nth-child(2) {
  fill: rgba(17,17,18,0.51) !important;
}
[data-theme='dark'] .parallax > use:nth-child(3) {
  fill: rgba(17,17,18,0.21) !important;
}
[data-theme='dark'] .parallax > use:nth-child(4) {
  fill: rgba(17,17,18,1) !important;
}
