/* 隐藏日间/夜间模式切换按钮 */
.theme-switch,
.mode-switch,
.skin-switch,
.day-night-toggle,
.theme-toggle,
[class*="theme-"],
[class*="skin-"],
[class*="mode-toggle"],
[class*="day-night"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* 如果按钮在导航栏中,也隐藏 */
.navbar .theme-switch,
.header .theme-switch,
.nav .mode-switch,
.top-bar .skin-switch {
  display: none !important;
}
