.md-content h3, .md-content h4, .md-content h5, .md-content h6 { margin: 24px 0 16px; } .md-content h1 { margin: 40px auto 32px; font-size: 40px; } .md-content h2 { margin: 32px auto 24px; font-size: 32px; } .md-content h3 { font-size: 24px; } .md-content h4 { font-size: 16px; } .md-content h5 { font-size: 14px; } .md-content h6 { font-size: 12px; } .md-content a { box-shadow: 0 1px 0; box-decoration-break: clone; -webkit-box-decoration-break: clone; } .md-content a code { margin: auto 0; border-radius: 0; box-shadow: 0 -1px 0 var(--primary) inset; } .md-content del { text-decoration: line-through; } .md-content dl, .md-content ol, .md-content p, .md-content figure, .md-content ul { margin-bottom: var(--content-gap); } .md-content ol, .md-content ul { padding-inline-start: 20px; } .md-content li { margin-top: 5px; } .md-content li p { margin-bottom: 0; } .md-content dl { display: flex; flex-wrap: wrap; margin: 0; } .md-content dt { width: 25%; font-weight: 700; } .md-content dd { width: 75%; margin-inline-start: 0; padding-inline-start: 10px; } .md-content dd~dd, .md-content dt~dt { margin-top: 10px; } .md-content table { margin-bottom: var(--content-gap); } .md-content table th, .md-content table:not(.highlighttable, .highlight table, .gist .highlight) td { min-width: 80px; padding: 8px 5px; line-height: 1.5; border-bottom: 1px solid var(--border); } .md-content table th { text-align: start; } .md-content table:not(.highlighttable) td code:only-child { margin: auto 0; } .md-content .highlight table { border-radius: var(--radius); } .md-content .highlight:not(table) { margin: 10px auto; background: var(--code-block-bg) !important; border-radius: var(--radius); direction: ltr; } .md-content li>.highlight { margin-inline-end: 0; } .md-content ul pre { margin-inline-start: calc(var(--gap) * -2); } .md-content .highlight pre { margin: 0; } .md-content .highlighttable { table-layout: fixed; } .md-content .highlighttable td:first-child { width: 40px; } .md-content .highlighttable td .linenodiv { padding-inline-end: 0 !important; } .md-content .highlighttable td .highlight, .md-content .highlighttable td .linenodiv pre { margin-bottom: 0; } .md-content code { margin: auto 4px; padding: 4px 6px; font-size: 0.78em; line-height: 1.5; background: var(--code-bg); border-radius: 2px; } .md-content pre code { display: grid; margin: auto 0; padding: 10px; color: rgb(213, 213, 214); background: var(--code-block-bg) !important; border-radius: var(--radius); overflow-x: auto; word-break: break-all; } .md-content blockquote { margin: 1rem 0; padding-inline-start: 1rem; border-inline-start: 0.3rem solid var(--primary); } .md-content hr { margin: 30px 0; height: 2px; background: var(--tertiary); border: 0; } .md-content iframe { max-width: 100%; } .md-content img { border-radius: 4px; margin: 1rem 0; } .md-content img[src*="#center"] { margin: 1rem auto; } .md-content figure.align-center { text-align: center; } .md-content figure>figcaption { color: var(--primary); font-size: 16px; font-weight: bold; margin: 8px 0 16px; } .md-content figure>figcaption>p { color: var(--secondary); font-size: 14px; font-weight: normal; } h1:hover .anchor, h2:hover .anchor, h3:hover .anchor, h4:hover .anchor, h5:hover .anchor, h6:hover .anchor { display: inline-flex; color: var(--secondary); margin-inline-start: 8px; font-weight: 500; user-select: none; } img.in-text { display: inline; margin: auto; } mark { border-radius: 2px; padding: 0 2px; } audio { width: stretch; max-width: 100%; } video { border: 1px solid var(--code-bg); border-radius: var(--radius); max-width: 100%; }