Skip to content

Commit

Permalink
fix: doc sidebar font style (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangsizhu0504 authored Nov 7, 2023
1 parent df6f639 commit 4dca374
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -521,15 +521,6 @@ p {
color: var(--ifm-color-primary-light);
}

/* 文档侧栏字体大小 */
.menu__list-item > .menu__link[tabindex] {
font-size: 0.875rem;
font-weight: normal;
font-family: serif;
letter-spacing: 1.2px;
line-height: 1.8em;
}

/* 搜索 */
.navbar__search-input {
outline: none;
Expand Down

0 comments on commit 4dca374

Please sign in to comment.