/* 首页分类卡片补充颜色 */
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%;
}

/* 关于页面 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;
}
