contents: change resume to use details/summary

This commit is contained in:
Yangshun
2022-01-23 19:48:48 +08:00
parent f38e8953bf
commit 697201fa0e
5 changed files with 122 additions and 27 deletions

View File

@ -48,3 +48,16 @@ div[class^='announcementBar_'] {
color: #fff;
font-weight: bold;
}
.theme-doc-markdown details {
--ifm-alert-background-color: transparent;
border: 1px solid var(--ifm-color-primary);
}
.theme-doc-markdown details h2,
.theme-doc-markdown details h3,
.theme-doc-markdown details h4,
.theme-doc-markdown details h5,
.theme-doc-markdown details h6 {
margin-bottom: 0 !important;
}