/* 修复页脚链接 hover 时颜色与背景色一致导致文字“消失”的问题 */
#footer a:hover {
  color: #ffffff !important;
  opacity: 0.85;
}
