/*==================================================================================
    Custom Stylesheet (Any custom styling you want to apply should be defined here).
====================================================================================*/

/* 顶栏快捷链接：避免 text-muted 在紫色首屏上对比度过低 */
.main-header .header-quick-links a {
  color: #1f1533;
  font-weight: 700;
  font-size: 15px;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.85), 0 1px 2px rgba(255, 255, 255, 0.5);
}
.main-header .header-quick-links a:hover {
  color: #0d0618;
  text-decoration: none;
}
.main-header.sticky .header-quick-links a {
  color: #2d2640;
  text-shadow: none;
}
.main-header.sticky .header-quick-links a:hover {
  color: #5b21b6;
}
