Created
May 17, 2026 20:38
-
-
Save tarikjn/b17f1f83ce63f11912b3da878eb31309 to your computer and use it in GitHub Desktop.
GitHub Light CSS for VS Code Preview
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* light */ | |
| body { | |
| color-scheme: light; | |
| -webkit-text-size-adjust: 100%; | |
| -ms-text-size-adjust: 100%; | |
| margin: 0; | |
| font-weight: 400; | |
| color: #1f2328; | |
| background-color: #fff; | |
| font-family: "Mona Sans VF", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; | |
| overflow-wrap: break-word; | |
| font-size: 16px; | |
| line-height: 1.5; | |
| } | |
| body a { | |
| text-decoration: underline; | |
| text-underline-offset: .2rem; | |
| } | |
| body .octicon { | |
| display: inline-block; | |
| fill: currentColor; | |
| vertical-align: text-bottom; | |
| } | |
| body h1:hover .anchor .octicon-link:before, | |
| body h2:hover .anchor .octicon-link:before, | |
| body h3:hover .anchor .octicon-link:before, | |
| body h4:hover .anchor .octicon-link:before, | |
| body h5:hover .anchor .octicon-link:before, | |
| body h6:hover .anchor .octicon-link:before { | |
| width: 16px; | |
| height: 16px; | |
| content: ' '; | |
| display: inline-block; | |
| background-color: currentColor; | |
| -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>"); | |
| mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>"); | |
| } | |
| body details, | |
| body figcaption, | |
| body figure { | |
| display: block; | |
| } | |
| body summary { | |
| display: list-item; | |
| } | |
| body [hidden] { | |
| display: none!important; | |
| } | |
| body a { | |
| background-color: #0000; | |
| color: #0969da; | |
| text-decoration: none; | |
| } | |
| body abbr[title] { | |
| border-bottom: none; | |
| -webkit-text-decoration: underline dotted; | |
| text-decoration: underline dotted; | |
| } | |
| body b, | |
| body strong { | |
| font-weight: 600; | |
| } | |
| body dfn { | |
| font-style: italic; | |
| } | |
| body h1 { | |
| margin: .67em 0; | |
| font-weight: 600; | |
| border-bottom: 1px solid #d1d9e0b3; | |
| padding-bottom: .3em; | |
| font-size: 2em; | |
| } | |
| body mark { | |
| background-color: #fff8c5; | |
| color: #1f2328; | |
| } | |
| body sub, | |
| body sup { | |
| vertical-align: baseline; | |
| font-size: 75%; | |
| line-height: 0; | |
| position: relative; | |
| } | |
| body sub { | |
| bottom: -.25em; | |
| } | |
| body sup { | |
| top: -.5em; | |
| } | |
| body img { | |
| border-style: none; | |
| box-sizing: content-box; | |
| max-width: 100%; | |
| } | |
| body code, | |
| body kbd, | |
| body pre, | |
| body samp { | |
| font-family: monospace; | |
| font-size: 1em; | |
| } | |
| body figure { | |
| margin: 1em 2.5rem; | |
| } | |
| body hr { | |
| box-sizing: content-box; | |
| border-bottom: 1px solid #d1d9e0b3; | |
| background: 0 0; | |
| overflow: hidden; | |
| height: .25em; | |
| margin: 1.5rem 0; | |
| background-color: #d1d9e0; | |
| border: 0; | |
| padding: 0; | |
| } | |
| body input { | |
| font: inherit; | |
| margin: 0; | |
| overflow: visible; | |
| font-family: inherit; | |
| font-size: inherit; | |
| line-height: inherit; | |
| } | |
| body [type=button], | |
| body [type=reset], | |
| body [type=submit] { | |
| -webkit-appearance: button; | |
| appearance: button; | |
| } | |
| body [type=checkbox], | |
| body [type=radio] { | |
| box-sizing: border-box; | |
| padding: 0; | |
| } | |
| body [type=number]::-webkit-inner-spin-button { | |
| height: auto; | |
| } | |
| body [type=number]::-webkit-outer-spin-button { | |
| height: auto; | |
| } | |
| body [type=search]::-webkit-search-cancel-button { | |
| -webkit-appearance: none; | |
| appearance: none; | |
| } | |
| body [type=search]::-webkit-search-decoration { | |
| -webkit-appearance: none; | |
| appearance: none; | |
| } | |
| body ::-webkit-input-placeholder { | |
| color: inherit; | |
| opacity: .54; | |
| } | |
| body ::-webkit-file-upload-button { | |
| -webkit-appearance: button; | |
| appearance: button; | |
| font: inherit; | |
| } | |
| body a:hover { | |
| text-decoration: underline; | |
| } | |
| body ::placeholder { | |
| color: #59636e; | |
| opacity: 1; | |
| } | |
| body hr:before { | |
| content: ""; | |
| display: table; | |
| } | |
| body hr:after { | |
| clear: both; | |
| content: ""; | |
| display: table; | |
| } | |
| body table { | |
| border-spacing: 0; | |
| border-collapse: collapse; | |
| font-variant: tabular-nums; | |
| width: max-content; | |
| max-width: 100%; | |
| display: block; | |
| overflow: auto; | |
| } | |
| body td, | |
| body th { | |
| padding: 0; | |
| } | |
| body details summary { | |
| cursor: pointer; | |
| } | |
| body a:focus, | |
| body [role=button]:focus, | |
| body input[type=radio]:focus, | |
| body input[type=checkbox]:focus { | |
| outline: 2px solid var(--focus-outline-color); | |
| outline-offset: -2px; | |
| box-shadow: none; | |
| } | |
| body a:focus:not(:focus-visible), | |
| body [role=button]:focus:not(:focus-visible), | |
| body input[type=radio]:focus:not(:focus-visible), | |
| body input[type=checkbox]:focus:not(:focus-visible) { | |
| outline: 1px solid #0000; | |
| } | |
| body a:focus-visible, | |
| body [role=button]:focus-visible, | |
| body input[type=radio]:focus-visible, | |
| body input[type=checkbox]:focus-visible { | |
| outline: 2px solid var(--focus-outline-color); | |
| outline-offset: -2px; | |
| box-shadow: none; | |
| } | |
| body a:not([class]):focus, | |
| body a:not([class]):focus-visible, | |
| body input[type=radio]:focus, | |
| body input[type=radio]:focus-visible, | |
| body input[type=checkbox]:focus, | |
| body input[type=checkbox]:focus-visible { | |
| outline-offset: 0; | |
| } | |
| body kbd { | |
| padding: .25rem; | |
| font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace; | |
| color: #1f2328; | |
| vertical-align: middle; | |
| background-color: #f6f8fa; | |
| border: solid 1px var(--borderColor-muted); | |
| border-bottom-color: var(--borderColor-muted); | |
| box-shadow: inset 0 -1px 0 var(--borderColor-muted); | |
| border-radius: 6px; | |
| max-width: 100%; | |
| line-height: 10px; | |
| display: inline-block; | |
| } | |
| body h1, | |
| body h2, | |
| body h3, | |
| body h4, | |
| body h5, | |
| body h6 { | |
| margin-top: 1.5rem; | |
| margin-bottom: 1rem; | |
| font-weight: 600; | |
| line-height: 1.25; | |
| } | |
| body h2 { | |
| font-weight: 600; | |
| border-bottom: 1px solid #d1d9e0b3; | |
| padding-bottom: .3em; | |
| font-size: 1.5em; | |
| } | |
| body h3 { | |
| font-weight: 600; | |
| font-size: 1.25em; | |
| } | |
| body h4 { | |
| font-weight: 600; | |
| font-size: 1em; | |
| } | |
| body h5 { | |
| font-weight: 600; | |
| font-size: .875em; | |
| } | |
| body h6 { | |
| font-weight: 600; | |
| color: #59636e; | |
| font-size: .85em; | |
| } | |
| body p { | |
| margin-top: 0; | |
| margin-bottom: 10px; | |
| } | |
| body small { | |
| font-size: 90%; | |
| } | |
| body blockquote { | |
| margin: 0; | |
| color: #59636e; | |
| border-left: .25em solid #d1d9e0; | |
| padding: 0 1em; | |
| } | |
| body ul, | |
| body ol { | |
| margin-top: 0; | |
| margin-bottom: 0; | |
| padding-left: 2em; | |
| } | |
| body ol ol, | |
| body ul ol { | |
| list-style-type: lower-roman; | |
| } | |
| body ul ul ol, | |
| body ul ol ol, | |
| body ol ul ol, | |
| body ol ol ol { | |
| list-style-type: lower-alpha; | |
| } | |
| body dd { | |
| margin-left: 0; | |
| } | |
| body tt, | |
| body code, | |
| body samp { | |
| font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace; | |
| font-size: 12px; | |
| } | |
| body pre { | |
| font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace; | |
| margin-top: 0; | |
| margin-bottom: 0; | |
| font-size: 12px; | |
| overflow-wrap: normal; | |
| } | |
| body .octicon { | |
| vertical-align: text-bottom; | |
| fill: currentColor; | |
| display: inline-block; | |
| overflow: visible!important; | |
| } | |
| body .Box-body.scrollable-overlay { | |
| max-height: 400px; | |
| overflow-y: scroll; | |
| } | |
| body .Box-body .help { | |
| padding-top: .5rem; | |
| color: #59636e; | |
| text-align: center; | |
| margin: 0; | |
| } | |
| body input::-webkit-outer-spin-button { | |
| appearance: none; | |
| margin: 0; | |
| } | |
| body input::-webkit-inner-spin-button { | |
| appearance: none; | |
| margin: 0; | |
| } | |
| body .border { | |
| border: .0625rem solid #d1d9e0!important; | |
| } | |
| body .border-0 { | |
| border: 0!important; | |
| } | |
| body .circle { | |
| border-radius: 624.938rem!important; | |
| } | |
| body .color-fg-muted { | |
| color: #59636e!important; | |
| } | |
| body .color-bg-default { | |
| background-color: #fff!important; | |
| } | |
| body .color-border-subtle { | |
| border-color: #d1d9e0b3!important; | |
| } | |
| body .mb-0 { | |
| margin-bottom: 0!important; | |
| } | |
| body .ml-1 { | |
| margin-left: .25rem!important; | |
| } | |
| body .mr-2 { | |
| margin-right: .5rem!important; | |
| } | |
| body .my-2 { | |
| margin-top: .5rem!important; | |
| margin-bottom: .5rem!important; | |
| } | |
| body .p-0 { | |
| padding: 0!important; | |
| } | |
| body .py-0 { | |
| padding-top: 0!important; | |
| padding-bottom: 0!important; | |
| } | |
| body .f6 { | |
| font-size: .75rem!important; | |
| } | |
| body .text-bold { | |
| font-weight: 600!important; | |
| } | |
| body .d-inline-block { | |
| display: inline-block!important; | |
| } | |
| body .sr-only { | |
| width: 1px; | |
| height: 1px; | |
| clip-path: rect(0 0 0 0); | |
| overflow-wrap: normal; | |
| border: 0; | |
| padding: 0; | |
| position: absolute; | |
| overflow: hidden; | |
| } | |
| body:before { | |
| content: ""; | |
| display: table; | |
| } | |
| body:after { | |
| clear: both; | |
| content: ""; | |
| display: table; | |
| } | |
| body>:first-child { | |
| margin-top: 0!important; | |
| } | |
| body>:last-child { | |
| margin-bottom: 0!important; | |
| } | |
| body a:not([href]) { | |
| color: inherit; | |
| text-decoration: none; | |
| } | |
| body .absent { | |
| color: #d1242f; | |
| } | |
| body .anchor { | |
| float: left; | |
| padding-right: .25rem; | |
| margin-left: -20px; | |
| line-height: 1; | |
| } | |
| body .anchor:focus { | |
| outline: none; | |
| } | |
| body p, | |
| body blockquote, | |
| body ul, | |
| body ol, | |
| body dl, | |
| body table, | |
| body pre, | |
| body details { | |
| margin-top: 0; | |
| margin-bottom: 1rem; | |
| } | |
| body blockquote>:first-child { | |
| margin-top: 0; | |
| } | |
| body blockquote>:last-child { | |
| margin-bottom: 0; | |
| } | |
| body h1 .octicon-link, | |
| body h2 .octicon-link, | |
| body h3 .octicon-link, | |
| body h4 .octicon-link, | |
| body h5 .octicon-link, | |
| body h6 .octicon-link { | |
| color: #1f2328; | |
| vertical-align: middle; | |
| visibility: hidden; | |
| } | |
| body h1:hover .anchor, | |
| body h2:hover .anchor, | |
| body h3:hover .anchor, | |
| body h4:hover .anchor, | |
| body h5:hover .anchor, | |
| body h6:hover .anchor { | |
| text-decoration: none; | |
| } | |
| body h1:hover .anchor .octicon-link, | |
| body h2:hover .anchor .octicon-link, | |
| body h3:hover .anchor .octicon-link, | |
| body h4:hover .anchor .octicon-link, | |
| body h5:hover .anchor .octicon-link, | |
| body h6:hover .anchor .octicon-link { | |
| visibility: visible; | |
| } | |
| body h1 tt, | |
| body h1 code, | |
| body h2 tt, | |
| body h2 code, | |
| body h3 tt, | |
| body h3 code, | |
| body h4 tt, | |
| body h4 code, | |
| body h5 tt, | |
| body h5 code, | |
| body h6 tt, | |
| body h6 code { | |
| font-size: inherit; | |
| padding: 0 .2em; | |
| } | |
| body summary h1, | |
| body summary h2, | |
| body summary h3, | |
| body summary h4, | |
| body summary h5, | |
| body summary h6 { | |
| display: inline-block; | |
| } | |
| body summary h1 .anchor, | |
| body summary h2 .anchor, | |
| body summary h3 .anchor, | |
| body summary h4 .anchor, | |
| body summary h5 .anchor, | |
| body summary h6 .anchor { | |
| margin-left: -40px; | |
| } | |
| body summary h1, | |
| body summary h2 { | |
| border-bottom: 0; | |
| padding-bottom: 0; | |
| } | |
| body ul.no-list, | |
| body ol.no-list { | |
| padding: 0; | |
| list-style-type: none; | |
| } | |
| body ol[type=a\ s] { | |
| list-style-type: lower-alpha; | |
| } | |
| body ol[type=A\ s] { | |
| list-style-type: upper-alpha; | |
| } | |
| body ol[type=i\ s] { | |
| list-style-type: lower-roman; | |
| } | |
| body ol[type=I\ s] { | |
| list-style-type: upper-roman; | |
| } | |
| body ol[type="1"], | |
| body div>ol:not([type]) { | |
| list-style-type: decimal; | |
| } | |
| body ul ul, | |
| body ul ol, | |
| body ol ol, | |
| body ol ul { | |
| margin-top: 0; | |
| margin-bottom: 0; | |
| } | |
| body li>p { | |
| margin-top: 1rem; | |
| } | |
| body li+li { | |
| margin-top: .25em; | |
| } | |
| body dl { | |
| padding: 0; | |
| } | |
| body dl dt { | |
| margin-top: 1rem; | |
| font-size: 1em; | |
| font-style: italic; | |
| font-weight: 600; | |
| padding: 0; | |
| } | |
| body dl dt+dt { | |
| margin-top: 0; | |
| } | |
| body dl dd { | |
| padding: 0 1rem; | |
| margin-bottom: 1rem; | |
| } | |
| body table th { | |
| font-weight: 600; | |
| } | |
| body table th, | |
| body table td { | |
| border: 1px solid #d1d9e0; | |
| padding: 6px 13px; | |
| } | |
| body table td>:last-child { | |
| margin-bottom: 0; | |
| } | |
| body table tr { | |
| background-color: #fff; | |
| border-top: 1px solid #d1d9e0b3; | |
| } | |
| body table tr:nth-child(2n) { | |
| background-color: #f6f8fa; | |
| } | |
| body table img { | |
| background-color: #0000; | |
| } | |
| body img[align=right] { | |
| padding-left: 20px; | |
| } | |
| body img[align=left] { | |
| padding-right: 20px; | |
| } | |
| body .emoji { | |
| vertical-align: text-top; | |
| background-color: #0000; | |
| max-width: none; | |
| } | |
| body span.frame { | |
| display: block; | |
| overflow: hidden; | |
| } | |
| body span.frame>span { | |
| float: left; | |
| border: 1px solid #d1d9e0; | |
| width: auto; | |
| margin: 13px 0 0; | |
| padding: 7px; | |
| display: block; | |
| overflow: hidden; | |
| } | |
| body span.frame span img { | |
| float: left; | |
| display: block; | |
| } | |
| body span.frame span span { | |
| clear: both; | |
| color: #1f2328; | |
| padding: 5px 0 0; | |
| display: block; | |
| } | |
| body span.align-center { | |
| clear: both; | |
| display: block; | |
| overflow: hidden; | |
| } | |
| body span.align-center>span { | |
| text-align: center; | |
| margin: 13px auto 0; | |
| display: block; | |
| overflow: hidden; | |
| } | |
| body span.align-center span img { | |
| text-align: center; | |
| margin: 0 auto; | |
| } | |
| body span.align-right { | |
| clear: both; | |
| display: block; | |
| overflow: hidden; | |
| } | |
| body span.align-right>span { | |
| text-align: right; | |
| margin: 13px 0 0; | |
| display: block; | |
| overflow: hidden; | |
| } | |
| body span.align-right span img { | |
| text-align: right; | |
| margin: 0; | |
| } | |
| body span.float-left { | |
| float: left; | |
| margin-right: 13px; | |
| display: block; | |
| overflow: hidden; | |
| } | |
| body span.float-left span { | |
| margin: 13px 0 0; | |
| } | |
| body span.float-right { | |
| float: right; | |
| margin-left: 13px; | |
| display: block; | |
| overflow: hidden; | |
| } | |
| body span.float-right>span { | |
| text-align: right; | |
| margin: 13px auto 0; | |
| display: block; | |
| overflow: hidden; | |
| } | |
| body code, | |
| body tt { | |
| white-space: break-spaces; | |
| background-color: #818b981f; | |
| border-radius: 6px; | |
| margin: 0; | |
| padding: .2em .4em; | |
| font-size: 85%; | |
| } | |
| body code br, | |
| body tt br { | |
| display: none; | |
| } | |
| body del code { | |
| -webkit-text-decoration: inherit; | |
| text-decoration: inherit; | |
| } | |
| body samp { | |
| font-size: 85%; | |
| } | |
| body pre code { | |
| font-size: 100%; | |
| } | |
| body pre>code { | |
| word-break: normal; | |
| white-space: pre; | |
| background: 0 0; | |
| border: 0; | |
| margin: 0; | |
| padding: 0; | |
| } | |
| body .highlight { | |
| margin-bottom: 1rem; | |
| } | |
| body .highlight pre { | |
| word-break: normal; | |
| margin-bottom: 0; | |
| } | |
| body .highlight pre, | |
| body pre { | |
| padding: 1rem; | |
| color: #1f2328; | |
| background-color: #f6f8fa; | |
| border-radius: 6px; | |
| font-size: 85%; | |
| line-height: 1.45; | |
| overflow: auto; | |
| } | |
| body pre code, | |
| body pre tt { | |
| line-height: inherit; | |
| overflow-wrap: normal; | |
| background-color: #0000; | |
| border: 0; | |
| margin: 0; | |
| padding: 0; | |
| display: inline; | |
| overflow: visible; | |
| } | |
| body .csv-data td, | |
| body .csv-data th { | |
| text-align: left; | |
| white-space: nowrap; | |
| padding: 5px; | |
| font-size: 12px; | |
| line-height: 1; | |
| overflow: hidden; | |
| } | |
| body .csv-data .blob-num { | |
| padding: 10px .5rem 9px; | |
| text-align: right; | |
| background: #fff; | |
| border: 0; | |
| } | |
| body .csv-data tr { | |
| border-top: 0; | |
| } | |
| body .csv-data th { | |
| font-weight: 600; | |
| background: #f6f8fa; | |
| border-top: 0; | |
| } | |
| body [data-footnote-ref]:before { | |
| content: "["; | |
| } | |
| body [data-footnote-ref]:after { | |
| content: "]"; | |
| } | |
| body .footnotes { | |
| color: #59636e; | |
| border-top: 1px solid #d1d9e0; | |
| font-size: 12px; | |
| } | |
| body .footnotes ol { | |
| padding-left: 1rem; | |
| } | |
| body .footnotes ol ul { | |
| padding-left: 1rem; | |
| margin-top: 1rem; | |
| display: inline-block; | |
| } | |
| body .footnotes li { | |
| position: relative; | |
| } | |
| body .footnotes li:target:before { | |
| top: calc(.5rem*-1); | |
| right: calc(.5rem*-1); | |
| bottom: calc(.5rem*-1); | |
| left: calc(1.5rem*-1); | |
| pointer-events: none; | |
| content: ""; | |
| border: 2px solid #0969da; | |
| border-radius: 6px; | |
| position: absolute; | |
| } | |
| body .footnotes li:target { | |
| color: #1f2328; | |
| } | |
| body .footnotes .data-footnote-backref g-emoji { | |
| font-family: monospace; | |
| } | |
| body :is() { | |
| content: ""; | |
| width: 100%; | |
| height: 100%; | |
| min-height: 48px; | |
| position: absolute; | |
| top: 50%; | |
| left: 50%; | |
| transform: translate(-50%)translateY(-50%); | |
| } | |
| body .Box { | |
| background-color: #fff; | |
| border-color: #d1d9e0; | |
| border-radius: .375rem; | |
| border-style: solid; | |
| border-width: .0625rem; | |
| } | |
| body .Box--condensed { | |
| line-height: 1.25; | |
| } | |
| body .Box--condensed .Box-body, | |
| body .Box--condensed .Box-footer, | |
| body .Box--condensed .Box-header { | |
| padding: .5rem 1rem; | |
| } | |
| body .Box--condensed .Box-row { | |
| padding: .5rem 1rem; | |
| } | |
| body .Box-header { | |
| background-color: #f6f8fa; | |
| border-color: #d1d9e0; | |
| border-top-left-radius: .375rem; | |
| border-top-right-radius: .375rem; | |
| border-style: solid; | |
| border-width: .0625rem; | |
| margin: calc(.0625rem*-1) calc(.0625rem*-1) 0; | |
| padding: 1rem; | |
| } | |
| body .Box-body { | |
| border-bottom: .0625rem solid #d1d9e0; | |
| padding: 1rem; | |
| } | |
| body .Box-body:last-of-type { | |
| border-bottom-left-radius: .375rem; | |
| border-bottom-right-radius: .375rem; | |
| margin-bottom: calc(.0625rem*-1); | |
| } | |
| body .tmp-px-3 { | |
| padding-right: 1rem!important; | |
| padding-left: 1rem!important; | |
| } | |
| body .pl-c { | |
| color: #59636e; | |
| } | |
| body .pl-c1, | |
| body .pl-s .pl-v { | |
| color: #0550ae; | |
| } | |
| body .pl-e, | |
| body .pl-en { | |
| color: #6639ba; | |
| } | |
| body .pl-smi, | |
| body .pl-s .pl-s1 { | |
| color: #1f2328; | |
| } | |
| body .pl-ent { | |
| color: #0550ae; | |
| } | |
| body .pl-k { | |
| color: #cf222e; | |
| } | |
| body .pl-s, | |
| body .pl-pds, | |
| body .pl-s .pl-pse .pl-s1, | |
| body .pl-sr, | |
| body .pl-sr .pl-cce, | |
| body .pl-sr .pl-sre, | |
| body .pl-sr .pl-sra { | |
| color: #0a3069; | |
| } | |
| body .pl-v, | |
| body .pl-smw { | |
| color: #953800; | |
| } | |
| body .pl-bu { | |
| color: #82071e; | |
| } | |
| body .pl-ii { | |
| color: var(--fgColor-danger); | |
| background-color: var(--bgColor-danger-muted); | |
| } | |
| body .pl-c2 { | |
| color: #f6f8fa; | |
| background-color: #cf222e; | |
| } | |
| body .pl-sr .pl-cce { | |
| color: #116329; | |
| font-weight: 700; | |
| } | |
| body .pl-ml { | |
| color: #3b2300; | |
| } | |
| body .pl-mh, | |
| body .pl-mh .pl-en, | |
| body .pl-ms { | |
| color: #0550ae; | |
| font-weight: 700; | |
| } | |
| body .pl-mi { | |
| color: #1f2328; | |
| font-style: italic; | |
| } | |
| body .pl-mb { | |
| color: #1f2328; | |
| font-weight: 700; | |
| } | |
| body .pl-md { | |
| color: #82071e; | |
| background-color: #ffebe9; | |
| } | |
| body .pl-mi1 { | |
| color: #116329; | |
| background-color: #dafbe1; | |
| } | |
| body .pl-mc { | |
| color: #953800; | |
| background-color: #ffd8b5; | |
| } | |
| body .pl-mi2 { | |
| color: #d1d9e0; | |
| background-color: #0550ae; | |
| } | |
| body .pl-mdr { | |
| color: #8250df; | |
| font-weight: 700; | |
| } | |
| body .pl-ba { | |
| color: #59636e; | |
| } | |
| body .pl-sg { | |
| color: #818b98; | |
| } | |
| body .pl-corl { | |
| color: #0a3069; | |
| text-decoration: underline; | |
| } | |
| body [role=button]:focus:not(:focus-visible), | |
| body [role=tabpanel][tabindex="0"]:focus:not(:focus-visible), | |
| body button:focus:not(:focus-visible), | |
| body summary:focus:not(:focus-visible), | |
| body a:focus:not(:focus-visible) { | |
| box-shadow: none; | |
| outline: none; | |
| } | |
| body [tabindex="0"]:focus:not(:focus-visible), | |
| body details-dialog:focus:not(:focus-visible) { | |
| outline: none; | |
| } | |
| body g-emoji { | |
| min-width: 1ch; | |
| font-family: Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol; | |
| font-weight: 400; | |
| vertical-align: -.075em; | |
| line-height: 1; | |
| display: inline-block; | |
| font-style: normal!important; | |
| font-size: 1.25em; | |
| } | |
| body g-emoji img { | |
| width: 1em; | |
| height: 1em; | |
| } | |
| body .commit-tease-sha { | |
| font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace; | |
| color: #1f2328; | |
| font-size: 90%; | |
| display: inline-block; | |
| } | |
| body .blob-wrapper { | |
| overflow: auto hidden; | |
| } | |
| body .blob-wrapper table tr:nth-child(2n) { | |
| background-color: #0000; | |
| } | |
| body .blob-wrapper-embedded { | |
| max-height: 240px; | |
| overflow-y: auto; | |
| } | |
| body .blob-num { | |
| width: 1%; | |
| min-width: 50px; | |
| font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace; | |
| font-size: var(--base-text-size-xs); | |
| color: #59636e; | |
| text-align: right; | |
| white-space: nowrap; | |
| vertical-align: top; | |
| cursor: pointer; | |
| -webkit-user-select: none; | |
| user-select: none; | |
| padding-left: 10px; | |
| padding-right: 10px; | |
| line-height: 20px; | |
| position: relative; | |
| } | |
| body .blob-num:hover { | |
| color: #1f2328; | |
| } | |
| body .blob-num:before { | |
| content: attr(data-line-number); | |
| } | |
| body .blob-num.non-expandable { | |
| cursor: default; | |
| } | |
| body .blob-num.non-expandable:hover { | |
| color: #59636e; | |
| } | |
| body .blob-code { | |
| vertical-align: top; | |
| padding-left: 10px; | |
| padding-right: 10px; | |
| line-height: 20px; | |
| position: relative; | |
| } | |
| body .blob-code-inner { | |
| font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace; | |
| font-size: var(--base-text-size-xs); | |
| color: #1f2328; | |
| overflow-wrap: anywhere; | |
| white-space: pre; | |
| display: table-cell; | |
| overflow: visible; | |
| } | |
| body .blob-code-inner .x-first { | |
| border-top-left-radius: .2em; | |
| border-bottom-left-radius: .2em; | |
| } | |
| body .blob-code-inner .x-last { | |
| border-top-right-radius: .2em; | |
| border-bottom-right-radius: .2em; | |
| } | |
| body .blob-code-inner.highlighted, | |
| body .blob-code-inner .highlighted { | |
| background-color: #fff8c5; | |
| box-shadow: inset 2px 0 0 #d4a72c66; | |
| } | |
| body .blob-code-inner::selection, | |
| body .blob-code-inner ::selection { | |
| background-color: #0969da33; | |
| } | |
| body .blob-code-inner.blob-code-addition, | |
| body .blob-code-inner.blob-code-deletion { | |
| position: relative; | |
| padding-left: 22px!important; | |
| } | |
| body a:has(>p,>div,>pre,>blockquote) { | |
| display: block; | |
| } | |
| body a:has(>p,>div,>pre,>blockquote):not(:has(.snippet-clipboard-content,>pre)) { | |
| width: fit-content; | |
| } | |
| body a:has(>p,>div,>pre,>blockquote):has(.snippet-clipboard-content,>pre):focus-visible { | |
| outline: 2px solid var(--focus-outline-color); | |
| outline-offset: 2px; | |
| } | |
| body .task-list-item { | |
| list-style-type: none; | |
| } | |
| body .task-list-item label { | |
| font-weight: 400; | |
| } | |
| body .task-list-item.enabled label { | |
| cursor: pointer; | |
| } | |
| body .task-list-item+.task-list-item { | |
| margin-top: .25rem; | |
| } | |
| body .task-list-item .handle { | |
| display: none; | |
| } | |
| body .task-list-item-checkbox { | |
| vertical-align: middle; | |
| margin: 0 .2em .25em -1.4em; | |
| } | |
| body ul:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .task-list-item-checkbox, | |
| body ol:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) .task-list-item-checkbox { | |
| margin: 0 -1.6em .25em .2em; | |
| } | |
| body .contains-task-list:hover .task-list-item-convert-container, | |
| body .contains-task-list:focus-within .task-list-item-convert-container { | |
| width: auto; | |
| height: 1.5rem; | |
| clip-path: none; | |
| display: block; | |
| overflow: visible; | |
| } | |
| body ::-webkit-calendar-picker-indicator { | |
| filter: invert(50%); | |
| } | |
| body .markdown-alert { | |
| padding: .5rem 1rem; | |
| margin-bottom: 1rem; | |
| color: inherit; | |
| border-left: .25em solid #d1d9e0; | |
| } | |
| body .markdown-alert>:first-child { | |
| margin-top: 0; | |
| } | |
| body .markdown-alert>:last-child { | |
| margin-bottom: 0; | |
| } | |
| body .markdown-alert .markdown-alert-title { | |
| font-weight: 500; | |
| align-items: center; | |
| line-height: 1; | |
| display: flex; | |
| } | |
| body .markdown-alert.markdown-alert-note { | |
| border-left-color: #0969da; | |
| } | |
| body .markdown-alert.markdown-alert-note .markdown-alert-title { | |
| color: #0969da; | |
| } | |
| body .markdown-alert.markdown-alert-important { | |
| border-left-color: #8250df; | |
| } | |
| body .markdown-alert.markdown-alert-important .markdown-alert-title { | |
| color: #8250df; | |
| } | |
| body .markdown-alert.markdown-alert-warning { | |
| border-left-color: #9a6700; | |
| } | |
| body .markdown-alert.markdown-alert-warning .markdown-alert-title { | |
| color: #9a6700; | |
| } | |
| body .markdown-alert.markdown-alert-tip { | |
| border-left-color: #1a7f37; | |
| } | |
| body .markdown-alert.markdown-alert-tip .markdown-alert-title { | |
| color: #1a7f37; | |
| } | |
| body .markdown-alert.markdown-alert-caution { | |
| border-left-color: #cf222e; | |
| } | |
| body .markdown-alert.markdown-alert-caution .markdown-alert-title { | |
| color: #d1242f; | |
| } | |
| body>:first-child>.heading-element:first-child { | |
| margin-top: 0!important; | |
| } | |
| body .markdown-heading { | |
| position: relative; | |
| } | |
| body .markdown-heading .heading-element:hover+.anchor { | |
| opacity: 1; | |
| } | |
| body .markdown-heading h1.heading-element+.anchor, | |
| body .markdown-heading h2.heading-element+.anchor { | |
| transform: translateY(calc(-50% - .3rem)); | |
| } | |
| body .markdown-heading .anchor { | |
| border-radius: .375rem; | |
| opacity: 0; | |
| justify-content: center; | |
| align-items: center; | |
| width: 28px; | |
| height: 28px; | |
| margin: auto; | |
| display: flex; | |
| position: absolute; | |
| top: 50%; | |
| left: -28px; | |
| transform: translateY(-50%); | |
| } | |
| body .markdown-heading .anchor:hover { | |
| opacity: 1; | |
| } | |
| body .markdown-heading .anchor:focus { | |
| outline: 2px solid var(--focus-outline-color); | |
| outline-offset: -2px; | |
| opacity: 1; | |
| } | |
| body .markdown-heading .anchor .octicon { | |
| color: #1f2328; | |
| } | |
| body .tab-size[data-tab-size="1"] { | |
| tab-size: 1; | |
| } | |
| body .tab-size[data-tab-size="2"] { | |
| tab-size: 2; | |
| } | |
| body .tab-size[data-tab-size="3"] { | |
| tab-size: 3; | |
| } | |
| body .tab-size[data-tab-size="4"] { | |
| tab-size: 4; | |
| } | |
| body .tab-size[data-tab-size="5"] { | |
| tab-size: 5; | |
| } | |
| body .tab-size[data-tab-size="6"] { | |
| tab-size: 6; | |
| } | |
| body .tab-size[data-tab-size="7"] { | |
| tab-size: 7; | |
| } | |
| body .tab-size[data-tab-size="8"] { | |
| tab-size: 8; | |
| } | |
| body .tab-size[data-tab-size="9"] { | |
| tab-size: 9; | |
| } | |
| body .tab-size[data-tab-size="10"] { | |
| tab-size: 10; | |
| } | |
| body .tab-size[data-tab-size="11"] { | |
| tab-size: 11; | |
| } | |
| body .tab-size[data-tab-size="12"] { | |
| tab-size: 12; | |
| } | |
| body .Box .section-focus .preview-section { | |
| display: none; | |
| } | |
| body .Box .section-focus .edit-section { | |
| display: block; | |
| } | |
| body .highlight pre:has(+.zeroclipboard-container) { | |
| min-height: 52px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment