x-markdown-css/dist/bundle.min.css

2 lines
7.3 KiB
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

:root{--xm-font-sans:Open Sans,Inter,Roboto,Helvetica,Arial,Sarasa Gothic TC,Sarasa Gothic SC,Noto Sans TC,Noto Sans SC,Microsoft JhengHei,Microsoft YaHei,-apple-system,sans-serif;--xm-font-mono:DM Mono,Fira Code,Jetbrains Mono,Input Mono,Menlo,MesloLGS NF,Ubuntu,monospace;--xm-c-shiki-light:#f8f8f8;--xm-c-shiki-dark:#0e0e0e;--xm-c-link-border:hsla(0,0%,50%,.3);--xm-c-code:#111827;--xm-c-ol-counter:#6b7280;--xm-c-ul-counter:#d1d5db;--xm-c-hr-border:hsla(0,0%,50%,.3);--xm-c-blockquote-border:hsla(0,0%,50%,.3);--xm-c-figcaption:#6b7280;--xm-c-pre:#e5e7eb;--xm-c-thead:#111827;--xm-c-thead-border:#d1d5db;--xm-c-tr-border:#e5e7eb}.markdown-body{--xm-c-general:#555;--xm-c-dark:#222;--xm-c-darker:#000}.dark .markdown-body{--xm-c-general:#bbb;--xm-c-dark:#ddd;--xm-c-darker:#fff}.markdown-body{color:var(--xm-c-general);font-family:Open Sans,Inter,Roboto,Helvetica,Arial,Sarasa Gothic TC,Sarasa Gothic SC,Noto Sans TC,Noto Sans SC,Microsoft JhengHei,Microsoft YaHei,-apple-system,sans-serif!important;font-family:var(--xm-font-sans)!important}.markdown-body pre:not(.shiki):not(.highlight){background:transparent;margin:0;padding:0}.markdown-body .highlight,.markdown-body .shiki{font-family:DM Mono,Fira Code,Jetbrains Mono,Input Mono,Menlo,MesloLGS NF,Ubuntu,monospace!important;font-family:var(--xm-font-mono)!important;font-size:1.05rem;line-height:1.4;margin:.5rem 0}.markdown-body .highlight.shiki-light,.markdown-body .shiki.shiki-light{background:#f8f8f8!important;background:var(--xm-c-shiki-light)!important}.markdown-body .highlight.shiki-dark,.markdown-body .shiki.shiki-dark{background:#0e0e0e!important;background:var(--xm-c-shiki-dark)!important}.markdown-body img{width:100%}.markdown-body a{border-bottom:1px solid hsla(0,0%,50%,.3);border-bottom:1px solid var(--xm-c-link-border);font-weight:inherit;-webkit-text-decoration:none;text-decoration:none;-webkit-transition:border .3s ease-in-out;-o-transition:border .3s ease-in-out;-moz-transition:border .3s ease-in-out;transition:border .3s ease-in-out}.markdown-body a:hover{border-bottom:1px solid var(--xm-c-general)}.markdown-body a code{color:inherit}.markdown-body hr{margin:2rem auto;width:50px}.markdown-body blockquote{font-style:normal;font-weight:400;line-height:1.5rem;opacity:.8;padding:.6rem 1.2rem}.markdown-body blockquote>:first-child{margin-top:0}.markdown-body blockquote>:last-child{margin-bottom:0}.markdown-body blockquote p:first-of-type:after,.markdown-body blockquote p:first-of-type:before{content:none}.markdown-body:first-child{margin-top:1rem}.dark .shiki-light,html:not(.dark) .shiki-dark{display:none}.item{opacity:.6;-webkit-text-decoration:none;text-decoration:none;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;-moz-transition:all .2s ease-out;transition:all .2s ease-out}.item:hover{opacity:1}.header-anchor{border:0!important;float:left;font-size:.85rem;margin-left:-1.2rem;margin-top:.125rem;opacity:0;padding-right:.5rem}.header-anchor,.header-anchor:focus,.header-anchor:hover{-webkit-text-decoration:none;text-decoration:none}h1:focus .header-anchor,h1:hover .header-anchor,h2:focus .header-anchor,h2:hover .header-anchor,h3:focus .header-anchor,h3:hover .header-anchor,h4:focus .header-anchor,h4:hover .header-anchor,h5:focus .header-anchor,h5:hover .header-anchor,h6:focus .header-anchor,h6:hover .header-anchor{opacity:.5}.prose{color:var(--xm-c-general);font-size:1rem;line-height:1.75;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.prose h1{color:var(--xm-c-darker);font-size:2.25rem;font-weight:800;line-height:1.1111;margin-bottom:.8889rem;margin-top:0}.prose h2{color:var(--xm-c-dark);font-size:1.5rem;font-weight:700;line-height:1.3334;margin-bottom:1rem;margin-top:2rem}.prose h2 code{font-size:.875rem}.prose h2+*{margin-top:0}.prose h3{color:inherit;font-size:1.25rem;font-weight:600;line-height:1.6;margin-bottom:.6rem;margin-top:1.6rem;opacity:.7}.prose h3 code{font-size:.9rem}.prose h3+*{margin-top:0}.prose h4{color:inherit;font-weight:600;line-height:1.5;margin-bottom:.5rem;margin-top:1.5rem}.prose h4+*{margin-top:0}.prose h5,.prose h6{font-weight:500;letter-spacing:2px;margin-bottom:10px;margin-top:20px;opacity:.5;text-transform:uppercase}.prose hr{border-color:hsla(0,0%,50%,.3);border-color:var(--xm-c-hr-border);margin-bottom:3rem;margin-top:3rem}.prose hr+*{margin-top:0}.prose p{margin-bottom:1.25rem;margin-top:1.25rem}.prose strong{font-weight:600}.prose b,.prose strong{color:var(--xm-c-dark)}.prose em{color:inherit}.prose a{color:var(--xm-c-darker);font-weight:500;-webkit-text-decoration:none;text-decoration:none}.prose a code{color:#111827;color:var(--xm-c-code)}.prose code{color:var(--xm-c-dark);font-size:.875rem;font-weight:600}.prose code:after,.prose code:before{content:"`"}.prose pre{border-radius:.375rem;color:#e5e7eb;color:var(--xm-c-pre);font-size:.875rem;line-height:1.7143;margin-bottom:1.7143rem;margin-top:1.7143rem;overflow-x:auto;padding-top:.8571rem,1.1429rem}.prose pre code{background:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:400;line-height:inherit;padding:0}.prose pre code:after,.prose pre code:before{content:none}.prose blockquote,.prose q{border-color:hsla(0,0%,50%,.3);border-color:var(--xm-c-blockquote-border);border-left-width:.25rem;color:inherit;font-style:italic;font-weight:500;margin-bottom:1.6rem;margin-top:1.6rem;padding-left:1rem;quotes:"“" "”" "" ""}.prose blockquote p:first-of-type:before,.prose q p:first-of-type:before{content:open-quote}.prose blockquote p:last-of-type:after,.prose q p:last-of-type:after{content:close-quote}.prose figure{margin-bottom:2rem;margin-top:2rem}.prose figure figcaption{color:#6b7280;color:var(--xm-c-figcaption);font-size:.875rem;line-height:1.4286;margin-top:.8571rem}.prose figure>*{margin-bottom:0;margin-top:0}.prose li{margin-bottom:.5rem;margin-top:.5rem}.prose ol{list-style-type:none;margin-bottom:1.25rem;margin-top:1.25rem}.prose ol>li{padding-left:1.75rem;position:relative}.prose ol>li:before{color:#6b7280;color:var(--xm-c-ol-counter);content:counter(list-item,decimal) ".";font-weight:400;left:0;position:absolute}.prose ul{list-style-type:none;margin-bottom:1.25rem;margin-top:1.25rem}.prose ul>li{padding-left:1.75rem;position:relative}.prose ul>li:before{background-color:#d1d5db;background-color:var(--xm-c-ul-counter);border-radius:50%;content:"";height:.375rem;left:.25rem;position:absolute;top:.6875rem;width:.375rem}.prose ol ol,.prose ol ul,.prose ul ol,.prose ul ul{margin-bottom:.75rem;margin-top:.75rem}.prose table{font-size:.875rem;line-height:1.7143;margin-bottom:2rem;margin-top:2rem;table-layout:auto;text-align:left;width:100%}.prose thead{border-bottom-color:#d1d5db;border-bottom-color:var(--xm-c-thead-border);border-bottom-width:1px;color:#111827;color:var(--xm-c-thead);font-weight:600}.prose thead th{padding-bottom:.5714rem;padding-left:.5714rem;padding-right:.5714rem;vertical-align:bottom}.prose thead th:first-child{padding-left:0}.prose thead th:last-child{padding-right:0}.prose tbody tr{border-bottom-color:#e5e7eb;border-bottom-color:var(--xm-c-tr-border);border-bottom-width:1px}.prose tbody tr:last-child{border-bottom-width:0}.prose tbody td{padding:.5714rem;vertical-align:top}.prose tbody td:first-child{padding-left:0}.prose tbody td:last-child{padding-right:0}.prose img,.prose video{margin-bottom:2rem;margin-top:2rem}
/*# sourceMappingURL=bundle.min.css.map */