Skip to content

Commit

Permalink
style:文档右侧示例颜色样式修改
Browse files Browse the repository at this point in the history
  • Loading branch information
wocwin committed Jul 5, 2024
1 parent 1f730f4 commit cbf10d9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/public/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,15 @@
--vp-code-block-bg: var(--vp-code-block-bg);
} */

/* .vp-doc {
/* .vp-doc { color: var(--vp-c-brand);
background-color: var(--el-bg-color);
} */

.aside .outline-link.active {
color: var(--vp-c-brand);
}
.aside .outline-link:hover {
color: var(--vp-c-brand);
}
.vp-doc .t_detail th,
.vp-doc .t_detail td {
border: none;
Expand Down

0 comments on commit cbf10d9

Please sign in to comment.