
.homepage-header {
   text-align: center;
   margin-bottom: 2em;
}

.homepage-subheading {
   color: var(--md-default-fg-color--light);
   font-size: 1.5625em;
   font-weight: 300;
   line-height: 1.4;
   margin-bottom: 0.75em;
}

/* 目录导航的缩进参考线 */
nav.md-nav--secondary ul {
  border-left: 1px solid lightblue;
}

/* 调整 material主题 h2标题的颜色 */
.md-main h2 {
   color: #0077cc;
}

/* 重设 material主题语言选择框的最大高度 */
.md-header .md-select:hover .md-select__inner {
   max-height: 75vh;
}
/* 解决 material主题语言选择框的宽度bug：宽度超过150px在移动端会导致左右滚动 */
.md-header .md-select .md-select__inner {
   max-width: 150px;
}
