/* Custom */

/* 不蒜子统计容器 */
.busuanzi-container {
    font-size: 14px !important;
}

/* PV 和 UV 显示 */
#busuanzi_container_site_pv,
#busuanzi_container_site_uv {
    font-size: 0.8rem !important;
}

.spoiler {
  background-color: #000;
  color: #000;
  transition: all 0.2s ease;
  cursor: help;
  user-select: none;
}

.spoiler:hover {
  background-color: #2a2a2a;
  color: #fff;
}