/* docs/stylesheets/extra.css */
.md-main {
  background-image: url('https://rd.img.tc.huntra.top/');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.md-content {
  background: rgba(255, 255, 255, 0.9);  /* 半透明白色背景，让文字可读 */
  border-radius: 8px;
  backdrop-filter: blur(2px);  /* 可选：毛玻璃效果 */
}