deno.land / x / esm@v135_2 / server / embed / style.css
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394.hljs { display: block; overflow-x: auto; padding: .5em; color: #333;}
.hljs-comment,.hljs-quote { color: #998; font-style: italic;}
.hljs-keyword,.hljs-selector-tag,.hljs-subst { color: #333; font-weight: 700}
.hljs-literal,.hljs-number,.hljs-tag .hljs-attr,.hljs-template-variable,.hljs-variable { color: teal}
.hljs-doctag,.hljs-string { color: #d63369}
.hljs-section,.hljs-selector-id,.hljs-title { color: #d63369; font-weight: 700}
.hljs-subst { font-weight: 400}
.hljs-class .hljs-title,.hljs-type { color: #458; font-weight: 700}
.hljs-attribute,.hljs-name,.hljs-tag { color: teal; font-weight: 400}
.hljs-link,.hljs-regexp { color: #009926}
.hljs-bullet,.hljs-symbol { color: #d63369}
.hljs-built_in,.hljs-builtin-name { color: teal}
.hljs-meta { color: #999; font-weight: 700}
.hljs-deletion { background-color: #fdd}
.hljs-addition { background-color: #dfd}
.hljs-emphasis { font-style: italic}
.hljs-strong { font-weight: 700}
* { margin: 0; padding: 0; border: none; outline: none; font: inherit; font-size: 100%; vertical-align: baseline; background: transparent;}
html { font-size: 15px;}
body { text-rendering: optimizeLegibility; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Helvetica, Roboto, Ubuntu, Tahoma, Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif; color: #232323;}
ul,ol { list-style: none;}
a { color: #000; text-decoration: none;}
img { max-width: 100%; height: auto; border-radius: 6px;}
strong,b { font-weight: 600;}
em,i { font-style: italic;}
.readme { width: 90%; max-width: 720px; margin: 0 auto; padding: 120px 0 60px;}
.readme h1,.readme h2,.readme h3,.readme h4,.readme h5 { font-weight: 500; line-height: 1.27;}
.readme h1 { padding-bottom: 9px; border-bottom: 1px solid #eee; margin-top: 0.6rem; font-size: 2.4rem; font-weight: 800;}
.readme h2 { margin-top: 2.4rem; font-size: 1.8rem;}
.readme h3 { margin-top: 2rem; font-size: 1.5rem;}
.readme h4 { font-size: 1.2rem;}
.readme h5 { font-size: 1rem;}
.readme p { margin-top: 1.27rem; line-height: 1.5;}
.readme a { color: #d63369; box-shadow: 0 1px 0 0 currentColor;}
.readme a:has(> img),.readme a:hover { box-shadow: none;}
.readme samp,.readme code { font-family: 'Dank Mono', 'Source Code Pro', 'Courier Prime Code', 'Liberation Mono', Consolas, Menlo, monospace;}
.readme samp { font-weight: bold; color: #333;}
.readme pre { box-sizing: border-box; overflow-x: auto; width: 100%; margin-top: 1.27rem; border-radius: 6px; line-height: 1.5; color: #333; background-color: #f6f7f7; white-space: pre; -webkit-overflow-scrolling: touch;}
.readme pre>code { display: block; padding: 1rem !important;}
.readme :not(pre)>code { display: inline; white-space: pre-wrap; color: #d63369;}
.readme :not(pre)>code::before,.readme :not(pre)>code::after { color: currentColor; content: '`'}
.readme details { margin: 1.5rem 0; padding: 0.5rem 1rem; background: #f9f9f9; border: 1px solid #eaeaea; border-radius: 6px;}
.readme details[open] { overflow: hidden;}
.readme details>summary { font-weight: 500; outline: none; cursor: pointer;}
.readme blockquote { color: #666666; background: #f9f9f9; border: 1px solid #eaeaea; border-radius: 6px; padding: 0.75rem 1rem; margin: 1.5rem 0;}
.readme blockquote p { margin-top: 0;}
.readme hr { border: 0; border-top: 1px solid #eaeaea; margin: 1.25rem 0;}
.readme ul,.readme ol { padding-left: 0; margin-top: 1.27rem;}
.readme ol { list-style-type: decimal;}
.readme li { margin-top: 0.6rem;}
.readme h1 { display: flex; align-items: center;}
.readme h1 em { position: relative; top: -6px; margin-left: 9px; font-size: 15px; font-weight: 500; color: #999;}
.readme h1 .github { position: relative; display: inline-block; width: 30px; height: 30px; margin-left: 15px; color: #555; box-shadow: none;}
.readme h1 .github:hover { color: #000;}
.readme h1 .github svg { position: absolute; display: inline-block; top: 0; left: 0; width: 30px; height: 30px;}
.readme p.link { margin-top: 60px; font-size: 16px; font-weight: 500;}
.readme p.link+p.link { margin-top: 10px;}
.test ul li { min-height: 30px;}
.test ul li>span,.test ul li>em,.test ul li>strong,.test ul li::before { display: inline-block; vertical-align: middle; min-height: 30px; line-height: 30px;}
.test ul li>span,.test ul li>em { margin-left: 10px;}
.test ul li em { color: #999;}
@media (prefers-color-scheme: dark) { :root { color-scheme: dark; } body { color: #e6e1d9 !important; background-color: #0e1011 !important; } .hljs { color: #cfcac2 !important; } .readme h1 { border-color: #323232; } .readme h1 .github { color: #999; } .readme h1 .github:hover { color: #eee; } .readme blockquote { background-color: #232323 !important; border-color: #323232 !important; } .readme pre { color: #cfcac2; background-color: #232323 !important; } .hljs-keyword, .hljs-selector-tag, .hljs-subst { color: #cfcac2 !important; } .hljs-attribute, .hljs-name, .hljs-tag { color: #71ffff !important; }}
Version Info