/* 首页分类卡片补充颜色 */
a.categoryButton.yellow {
  background: linear-gradient(to right, #f0a500, #f7d44a);
  background-size: 200%;
}
a.categoryButton.white {
  background: linear-gradient(to right, #b0b0b0, #e0e0e0);
  background-size: 200%;
}
a.categoryButton.pink {
  background: linear-gradient(to right, #f472b6, #f9a8d4);
  background-size: 200%;
}

[data-theme="dark"] a.categoryButton.yellow {
  background: linear-gradient(to right, #c47f00, #d4b02a);
  background-size: 200%;
}
[data-theme="dark"] a.categoryButton.white {
  background: linear-gradient(to right, #5a5a5a, #8a8a8a);
  background-size: 200%;
}
[data-theme="dark"] a.categoryButton.pink {
  background: linear-gradient(to right, #be3470, #d4709a);
  background-size: 200%;
}

/* ========== 无封面卡片：浅色模式背景适配 ========== */
/* 白天模式把黑色背景换成浅灰，白色文字换成深色 */
[data-theme="light"] #pagination .prev-post.no-cover > a,
[data-theme="light"] #pagination .next-post.no-cover > a,
[data-theme="light"] .relatedPosts-list > div.no-cover {
  background: #f5f5f5;
}
[data-theme="light"] #pagination .no-cover .prev_info,
[data-theme="light"] #pagination .no-cover .next_info,
[data-theme="light"] .relatedPosts-list > div.no-cover .title {
  color: #000 !important;
}
[data-theme="light"] #pagination .no-cover .label,
[data-theme="light"] .relatedPosts-list > div.no-cover .date {
  color: #555 !important;
}

/* ========== 关于页面 hello-about 眼球跟随色彩自定义 ========== */
.hello-about .shapes {
  background: #5a0000;
}
.hello-about .shape.shape-1 {
  background: #e53935;
}
.hello-about .shape.shape-2 {
  background: #000000;
}
.hello-about .shape.shape-3 {
  background: #e53935;
}
.hello-about .cursor {
  background: #000000;
}

/* 关于页面 生涯卡片背景图半透明 */
.author-content-item.careers .author-content-img {
  opacity: 0.7;
}
