/* source/css/custom.css */
#footer {
  background: transparent !important;
}

#footer::before {
  background: transparent !important;
}

[data-theme="dark"] #footer::before {
  background: transparent !important;
}

/* 隐藏首页大标题，只留副标题 */


