Skip to content

Commit

Permalink
Merge pull request #7 from project-trans/dev/styles : fix unknown box…
Browse files Browse the repository at this point in the history
…-shadow

style: fix unknown box-shadow
  • Loading branch information
yaoyao-moe authored Dec 12, 2023
2 parents 7e29859 + ad50b42 commit 9bfc112
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/.vitepress/theme/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@
/* 使脚注行更密集,在视觉上让他们群聚以获得更高和更集中的专注度 */
line-height: 1.4;
}

/* 修复大纲侧边栏的奇怪的阴影 */
.VPDoc .VPDocAside .VPDocAsideOutline .outline-title {
box-shadow: none;
}

0 comments on commit 9bfc112

Please sign in to comment.