mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-29 21:23:14 +08:00
contents: change resume to use details/summary
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user