fix: site toc dark bg

This commit is contained in:
ycjcl868 2019-12-26 14:38:51 +08:00
parent 6921bd4b8b
commit 79867a985e

View File

@ -53,7 +53,13 @@ ul.toc > li {
max-height: ~'calc(100vh - 16px)';
overflow-x: hidden;
overflow-y: auto;
background: @body-background;
background: #fff;
}
}
[data-theme='dark'] .toc-affix {
.ant-affix {
background: #141414;
}
}