2022-02-08 22:51:36 +00:00
|
|
|
.highlight .chroma {
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
.lntable td.lntd:last-child {
|
|
|
|
background-color: $faded-background-color;
|
|
|
|
padding-right: 12px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (prefers-color-scheme: light) {
|
|
|
|
/* Other */ .highlight .x { }
|
|
|
|
/* Error */ .highlight .err { color: #a61717; background-color: #e3d2d2 }
|
|
|
|
/* LineTableTD */ .highlight .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
|
|
|
/* LineTable */ .highlight .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
|
|
|
/* LineHighlight */ .highlight .hl { display: block; width: 100%;background-color: #ffffcc }
|
|
|
|
/* LineNumbersTable */ .highlight .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
|
|
|
/* LineNumbers */ .highlight .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
|
|
|
/* Keyword */ .highlight .k { color: #000000; font-weight: bold }
|
|
|
|
/* KeywordConstant */ .highlight .kc { color: #000000; font-weight: bold }
|
|
|
|
/* KeywordDeclaration */ .highlight .kd { color: #000000; font-weight: bold }
|
|
|
|
/* KeywordNamespace */ .highlight .kn { color: #000000; font-weight: bold }
|
|
|
|
/* KeywordPseudo */ .highlight .kp { color: #000000; font-weight: bold }
|
|
|
|
/* KeywordReserved */ .highlight .kr { color: #000000; font-weight: bold }
|
|
|
|
/* KeywordType */ .highlight .kt { color: #445588; font-weight: bold }
|
|
|
|
/* Name */ .highlight .n { }
|
|
|
|
/* NameAttribute */ .highlight .na { color: #008080 }
|
|
|
|
/* NameBuiltin */ .highlight .nb { color: #0086b3 }
|
|
|
|
/* NameBuiltinPseudo */ .highlight .bp { color: #999999 }
|
|
|
|
/* NameClass */ .highlight .nc { color: #445588; font-weight: bold }
|
|
|
|
/* NameConstant */ .highlight .no { color: #008080 }
|
|
|
|
/* NameDecorator */ .highlight .nd { color: #3c5d5d; font-weight: bold }
|
|
|
|
/* NameEntity */ .highlight .ni { color: #800080 }
|
|
|
|
/* NameException */ .highlight .ne { color: #990000; font-weight: bold }
|
|
|
|
/* NameFunction */ .highlight .nf { color: #990000; font-weight: bold }
|
|
|
|
/* NameFunctionMagic */ .highlight .fm { }
|
|
|
|
/* NameLabel */ .highlight .nl { color: #990000; font-weight: bold }
|
|
|
|
/* NameNamespace */ .highlight .nn { color: #555555 }
|
|
|
|
/* NameOther */ .highlight .nx { }
|
|
|
|
/* NameProperty */ .highlight .py { }
|
|
|
|
/* NameTag */ .highlight .nt { color: #000080 }
|
|
|
|
/* NameVariable */ .highlight .nv { color: #008080 }
|
|
|
|
/* NameVariableClass */ .highlight .vc { color: #008080 }
|
|
|
|
/* NameVariableGlobal */ .highlight .vg { color: #008080 }
|
|
|
|
/* NameVariableInstance */ .highlight .vi { color: #008080 }
|
|
|
|
/* NameVariableMagic */ .highlight .vm { }
|
|
|
|
/* Literal */ .highlight .l { }
|
|
|
|
/* LiteralDate */ .highlight .ld { }
|
|
|
|
/* LiteralString */ .highlight .s { color: #dd1144 }
|
|
|
|
/* LiteralStringAffix */ .highlight .sa { color: #dd1144 }
|
|
|
|
/* LiteralStringBacktick */ .highlight .sb { color: #dd1144 }
|
|
|
|
/* LiteralStringChar */ .highlight .sc { color: #dd1144 }
|
|
|
|
/* LiteralStringDelimiter */ .highlight .dl { color: #dd1144 }
|
|
|
|
/* LiteralStringDoc */ .highlight .sd { color: #dd1144 }
|
|
|
|
/* LiteralStringDouble */ .highlight .s2 { color: #dd1144 }
|
|
|
|
/* LiteralStringEscape */ .highlight .se { color: #dd1144 }
|
|
|
|
/* LiteralStringHeredoc */ .highlight .sh { color: #dd1144 }
|
|
|
|
/* LiteralStringInterpol */ .highlight .si { color: #dd1144 }
|
|
|
|
/* LiteralStringOther */ .highlight .sx { color: #dd1144 }
|
|
|
|
/* LiteralStringRegex */ .highlight .sr { color: #009926 }
|
|
|
|
/* LiteralStringSingle */ .highlight .s1 { color: #dd1144 }
|
|
|
|
/* LiteralStringSymbol */ .highlight .ss { color: #990073 }
|
|
|
|
/* LiteralNumber */ .highlight .m { color: #009999 }
|
|
|
|
/* LiteralNumberBin */ .highlight .mb { color: #009999 }
|
|
|
|
/* LiteralNumberFloat */ .highlight .mf { color: #009999 }
|
|
|
|
/* LiteralNumberHex */ .highlight .mh { color: #009999 }
|
|
|
|
/* LiteralNumberInteger */ .highlight .mi { color: #009999 }
|
|
|
|
/* LiteralNumberIntegerLong */ .highlight .il { color: #009999 }
|
|
|
|
/* LiteralNumberOct */ .highlight .mo { color: #009999 }
|
|
|
|
/* Operator */ .highlight .o { color: #000000; font-weight: bold }
|
|
|
|
/* OperatorWord */ .highlight .ow { color: #000000; font-weight: bold }
|
|
|
|
/* Punctuation */ .highlight .p { }
|
|
|
|
/* Comment */ .highlight .c { color: #999988; font-style: italic }
|
|
|
|
/* CommentHashbang */ .highlight .ch { color: #999988; font-style: italic }
|
|
|
|
/* CommentMultiline */ .highlight .cm { color: #999988; font-style: italic }
|
|
|
|
/* CommentSingle */ .highlight .c1 { color: #999988; font-style: italic }
|
|
|
|
/* CommentSpecial */ .highlight .cs { color: #999999; font-weight: bold; font-style: italic }
|
|
|
|
/* CommentPreproc */ .highlight .cp { color: #999999; font-weight: bold; font-style: italic }
|
|
|
|
/* CommentPreprocFile */ .highlight .cpf { color: #999999; font-weight: bold; font-style: italic }
|
|
|
|
/* Generic */ .highlight .g { }
|
|
|
|
/* GenericDeleted */ .highlight .gd { color: #000000; background-color: #ffdddd }
|
|
|
|
/* GenericEmph */ .highlight .ge { color: #000000; font-style: italic }
|
|
|
|
/* GenericError */ .highlight .gr { color: #aa0000 }
|
|
|
|
/* GenericHeading */ .highlight .gh { color: #999999 }
|
|
|
|
/* GenericInserted */ .highlight .gi { color: #000000; background-color: #ddffdd }
|
|
|
|
/* GenericOutput */ .highlight .go { color: #888888 }
|
|
|
|
/* GenericPrompt */ .highlight .gp { color: #555555 }
|
|
|
|
/* GenericStrong */ .highlight .gs { font-weight: bold }
|
|
|
|
/* GenericSubheading */ .highlight .gu { color: #aaaaaa }
|
|
|
|
/* GenericTraceback */ .highlight .gt { color: #aa0000 }
|
|
|
|
/* GenericUnderline */ .highlight .gl { text-decoration: underline }
|
|
|
|
/* TextWhitespace */ .highlight .w { color: #bbbbbb }
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (prefers-color-scheme: dark) {
|
2022-02-09 00:56:06 +00:00
|
|
|
/* Background */ .highlight { color: #e5e5e5; }
|
2022-02-08 22:51:36 +00:00
|
|
|
/* Other */ .highlight .x { }
|
|
|
|
/* Error */ .highlight .err { color: #ff0000 }
|
|
|
|
/* LineTableTD */ .highlight .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
|
|
|
/* LineTable */ .highlight .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
|
|
|
/* LineHighlight */ .highlight .hl { display: block; width: 100%;background-color: #ffffcc }
|
|
|
|
/* LineNumbersTable */ .highlight .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #727272 }
|
|
|
|
/* LineNumbers */ .highlight .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #727272 }
|
|
|
|
/* Keyword */ .highlight .k { color: #ffffff; font-weight: bold }
|
|
|
|
/* KeywordConstant */ .highlight .kc { color: #ffffff; font-weight: bold }
|
|
|
|
/* KeywordDeclaration */ .highlight .kd { color: #ffffff; font-weight: bold }
|
|
|
|
/* KeywordNamespace */ .highlight .kn { color: #ffffff; font-weight: bold }
|
|
|
|
/* KeywordPseudo */ .highlight .kp { color: #ffffff; font-weight: bold }
|
|
|
|
/* KeywordReserved */ .highlight .kr { color: #ffffff; font-weight: bold }
|
|
|
|
/* KeywordType */ .highlight .kt { color: #ffffff; font-weight: bold }
|
|
|
|
/* Name */ .highlight .n { }
|
|
|
|
/* NameAttribute */ .highlight .na { color: #007f7f }
|
|
|
|
/* NameBuiltin */ .highlight .nb { color: #ffffff; font-weight: bold }
|
|
|
|
/* NameBuiltinPseudo */ .highlight .bp { }
|
|
|
|
/* NameClass */ .highlight .nc { }
|
|
|
|
/* NameConstant */ .highlight .no { }
|
|
|
|
/* NameDecorator */ .highlight .nd { }
|
|
|
|
/* NameEntity */ .highlight .ni { }
|
|
|
|
/* NameException */ .highlight .ne { }
|
|
|
|
/* NameFunction */ .highlight .nf { }
|
|
|
|
/* NameFunctionMagic */ .highlight .fm { }
|
|
|
|
/* NameLabel */ .highlight .nl { }
|
|
|
|
/* NameNamespace */ .highlight .nn { }
|
|
|
|
/* NameOther */ .highlight .nx { }
|
|
|
|
/* NameProperty */ .highlight .py { }
|
|
|
|
/* NameTag */ .highlight .nt { font-weight: bold }
|
|
|
|
/* NameVariable */ .highlight .nv { }
|
|
|
|
/* NameVariableClass */ .highlight .vc { }
|
|
|
|
/* NameVariableGlobal */ .highlight .vg { }
|
|
|
|
/* NameVariableInstance */ .highlight .vi { }
|
|
|
|
/* NameVariableMagic */ .highlight .vm { }
|
|
|
|
/* Literal */ .highlight .l { }
|
|
|
|
/* LiteralDate */ .highlight .ld { color: #ffff00; font-weight: bold }
|
|
|
|
/* LiteralString */ .highlight .s { color: #00ffff; font-weight: bold }
|
|
|
|
/* LiteralStringAffix */ .highlight .sa { color: #00ffff; font-weight: bold }
|
|
|
|
/* LiteralStringBacktick */ .highlight .sb { color: #00ffff; font-weight: bold }
|
|
|
|
/* LiteralStringChar */ .highlight .sc { color: #00ffff; font-weight: bold }
|
|
|
|
/* LiteralStringDelimiter */ .highlight .dl { color: #00ffff; font-weight: bold }
|
|
|
|
/* LiteralStringDoc */ .highlight .sd { color: #00ffff; font-weight: bold }
|
|
|
|
/* LiteralStringDouble */ .highlight .s2 { color: #00ffff; font-weight: bold }
|
|
|
|
/* LiteralStringEscape */ .highlight .se { color: #00ffff; font-weight: bold }
|
|
|
|
/* LiteralStringHeredoc */ .highlight .sh { color: #00ffff; font-weight: bold }
|
|
|
|
/* LiteralStringInterpol */ .highlight .si { color: #00ffff; font-weight: bold }
|
|
|
|
/* LiteralStringOther */ .highlight .sx { color: #00ffff; font-weight: bold }
|
|
|
|
/* LiteralStringRegex */ .highlight .sr { color: #00ffff; font-weight: bold }
|
|
|
|
/* LiteralStringSingle */ .highlight .s1 { color: #00ffff; font-weight: bold }
|
|
|
|
/* LiteralStringSymbol */ .highlight .ss { color: #00ffff; font-weight: bold }
|
|
|
|
/* LiteralNumber */ .highlight .m { color: #ffff00; font-weight: bold }
|
|
|
|
/* LiteralNumberBin */ .highlight .mb { color: #ffff00; font-weight: bold }
|
|
|
|
/* LiteralNumberFloat */ .highlight .mf { color: #ffff00; font-weight: bold }
|
|
|
|
/* LiteralNumberHex */ .highlight .mh { color: #ffff00; font-weight: bold }
|
|
|
|
/* LiteralNumberInteger */ .highlight .mi { color: #ffff00; font-weight: bold }
|
|
|
|
/* LiteralNumberIntegerLong */ .highlight .il { color: #ffff00; font-weight: bold }
|
|
|
|
/* LiteralNumberOct */ .highlight .mo { color: #ffff00; font-weight: bold }
|
|
|
|
/* Operator */ .highlight .o { }
|
|
|
|
/* OperatorWord */ .highlight .ow { }
|
|
|
|
/* Punctuation */ .highlight .p { }
|
|
|
|
/* Comment */ .highlight .c { color: #007f7f }
|
|
|
|
/* CommentHashbang */ .highlight .ch { color: #007f7f }
|
|
|
|
/* CommentMultiline */ .highlight .cm { color: #007f7f }
|
|
|
|
/* CommentSingle */ .highlight .c1 { color: #007f7f }
|
|
|
|
/* CommentSpecial */ .highlight .cs { color: #007f7f }
|
|
|
|
/* CommentPreproc */ .highlight .cp { color: #00ff00; font-weight: bold }
|
|
|
|
/* CommentPreprocFile */ .highlight .cpf { color: #00ff00; font-weight: bold }
|
|
|
|
/* Generic */ .highlight .g { }
|
|
|
|
/* GenericDeleted */ .highlight .gd { }
|
|
|
|
/* GenericEmph */ .highlight .ge { }
|
|
|
|
/* GenericError */ .highlight .gr { }
|
|
|
|
/* GenericHeading */ .highlight .gh { font-weight: bold }
|
|
|
|
/* GenericInserted */ .highlight .gi { }
|
|
|
|
/* GenericOutput */ .highlight .go { }
|
|
|
|
/* GenericPrompt */ .highlight .gp { }
|
|
|
|
/* GenericStrong */ .highlight .gs { font-weight: bold }
|
|
|
|
/* GenericSubheading */ .highlight .gu { font-weight: bold }
|
|
|
|
/* GenericTraceback */ .highlight .gt { }
|
|
|
|
/* GenericUnderline */ .highlight .gl { text-decoration: underline }
|
|
|
|
/* TextWhitespace */ .highlight .w { }
|
|
|
|
}
|