/* 让头图上的右侧导航在明亮区域保持清晰。 */
#navbarSupportedContent .nav-link {
  text-shadow:
    0 1px 3px rgba(0, 0, 0, 0.95),
    0 0 8px rgba(0, 0, 0, 0.8);
}