docs: 文档 dark 主题适配

This commit is contained in:
就眠儀式
2022-03-30 18:35:34 +08:00
parent 09a5502f54
commit d31ef061ef
5 changed files with 52 additions and 32 deletions

View File

@@ -236,6 +236,7 @@ const throttle = (func: Function, wait: number) => {
box-shadow: 2px 0 8px 0 rgb(29 35 41 / 5%);
transition: none;
-webkit-transition: none;
color: rgba(0, 0, 0, 0.8);
&:hover {
background-color: #e2e2e2;
}