@import url('https://cloudflare.com');
/* Fluid 主题文章正文超链接下划线 */
.markdown-body a {
  text-decoration: underline !important;
  text-underline-offset: 3px; /* 下划线与文字的距离 */
}

/* 鼠标悬停时的效果（可选：改变下划线颜色或加粗） */
.markdown-body a:hover {
  text-decoration: underline !important;
  font-weight: 500;
}
