img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* 图片居中 */

.katex {
  font-size: 1.14em;
  text-indent: 0;
  text-rendering: auto;
}

/* 表格居中 */
table {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.md-typeset .admonition{
  font-size: .8rem;
}

.katex-display {
  margin-top: 6px;
  margin-bottom: 6px;
}
.git-revision-date-localized-plugin { color: rgb(140, 73, 90); }

body {
  font-family: "LXGW WenKai", sans-serif;
  /* Lite version */
  /* font-family: "LXGW WenKai Lite", sans-serif; */
  /* TC version */
  /* font-family: "LXGW WenKai TC", sans-serif; */
  /* Screen version */
  /* font-family: "LXGW WenKai Screen", sans-serif; */
}

button.md-top {
  font-family: LXGW WenKai; /* 修改字体 */
  font-size: 17px; /* 修改字体大小 */
  font-weight: bold; /* 修改字体粗细 */
  color: #518FC1; /* 修改字体颜色 */
}

.md-social__link svg {
  max-height: 1rem;
}



