[data-theme="dark"] .magnet_item {
  background: #1e1e1e;
  color: antiquewhite;
}

[data-theme="dark"] .magnet_link_context {
  color: antiquewhite;
}

[data-theme="dark"] .magnet_item:hover {
  background: #3ecdf1;
  color: #f2f2f2;
}

/* 翻页按钮居中 */
#pagination {
  width: 100%;
  margin: auto;
}

/* 一级菜单居中 */
#nav .menus_items {
  position: absolute !important;
  width: max-content !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
/* 子菜单横向展示 */
#nav .menus_items .menus_item:hover .menus_item_child {
  display: flex !important;
}
/* 这里的2是代表导航栏的第2个元素，即有子菜单的元素，可以按自己需求修改 */
.menus_items .menus_item:nth-child(3) .menus_item_child {
  left: -30px;
}

.menus_items .menus_item:nth-child(4) .menus_item_child {
  left: -80px;
}
