g6/packages/site/.dumi/global.less
Aaron acf90c103d
feat(docs): add clear script, adjust docs structure (#5681)
* feat(site): add script that clear generated docs

* chore: adjust docs structure

* style(docs): config style of summary tag
2024-04-26 10:43:15 +08:00

10 lines
132 B
Plaintext

.ant-layout-sider-children > :first-child {
height: 100%;
overflow-y: auto;
}
summary {
color: #873bf4;
cursor: pointer;
}