This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 4dca3745 fix: doc sidebar font style (#291)
4dca3745 is described below
commit 4dca374592244de8bdf030049682402af92df369
Author: Kriszu <[email protected]>
AuthorDate: Tue Nov 7 14:47:43 2023 +0800
fix: doc sidebar font style (#291)
---
src/css/custom.css | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/src/css/custom.css b/src/css/custom.css
index 770fc67d..8610a488 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -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;