pygments.css
1 .highlight pre { line-height: 125%; } 2 .highlight td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } 3 .highlight span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } 4 .highlight td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } 5 .highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } 6 .highlight .hll { background-color: #fdf2e2 } 7 .highlight { background: #f2f2f2; color: #1E1E1E } 8 .highlight .c { color: #515151 } /* Comment */ 9 .highlight .err { color: #D71835 } /* Error */ 10 .highlight .k { color: #8045E5 } /* Keyword */ 11 .highlight .l { color: #7F4707 } /* Literal */ 12 .highlight .n { color: #1E1E1E } /* Name */ 13 .highlight .o { color: #163 } /* Operator */ 14 .highlight .p { color: #1E1E1E } /* Punctuation */ 15 .highlight .ch { color: #515151 } /* Comment.Hashbang */ 16 .highlight .cm { color: #515151 } /* Comment.Multiline */ 17 .highlight .cp { color: #515151 } /* Comment.Preproc */ 18 .highlight .cpf { color: #515151 } /* Comment.PreprocFile */ 19 .highlight .c1 { color: #515151 } /* Comment.Single */ 20 .highlight .cs { color: #515151 } /* Comment.Special */ 21 .highlight .gd { color: #00749C } /* Generic.Deleted */ 22 .highlight .ge { font-style: italic } /* Generic.Emph */ 23 .highlight .gh { color: #00749C } /* Generic.Heading */ 24 .highlight .gs { font-weight: bold } /* Generic.Strong */ 25 .highlight .gu { color: #00749C } /* Generic.Subheading */ 26 .highlight .kc { color: #8045E5 } /* Keyword.Constant */ 27 .highlight .kd { color: #8045E5 } /* Keyword.Declaration */ 28 .highlight .kn { color: #8045E5 } /* Keyword.Namespace */ 29 .highlight .kp { color: #8045E5 } /* Keyword.Pseudo */ 30 .highlight .kr { color: #8045E5 } /* Keyword.Reserved */ 31 .highlight .kt { color: #7F4707 } /* Keyword.Type */ 32 .highlight .ld { color: #7F4707 } /* Literal.Date */ 33 .highlight .m { color: #7F4707 } /* Literal.Number */ 34 .highlight .s { color: #163 } /* Literal.String */ 35 .highlight .na { color: #7F4707 } /* Name.Attribute */ 36 .highlight .nb { color: #7F4707 } /* Name.Builtin */ 37 .highlight .nc { color: #00749C } /* Name.Class */ 38 .highlight .no { color: #00749C } /* Name.Constant */ 39 .highlight .nd { color: #7F4707 } /* Name.Decorator */ 40 .highlight .ni { color: #163 } /* Name.Entity */ 41 .highlight .ne { color: #8045E5 } /* Name.Exception */ 42 .highlight .nf { color: #00749C } /* Name.Function */ 43 .highlight .nl { color: #7F4707 } /* Name.Label */ 44 .highlight .nn { color: #1E1E1E } /* Name.Namespace */ 45 .highlight .nx { color: #1E1E1E } /* Name.Other */ 46 .highlight .py { color: #00749C } /* Name.Property */ 47 .highlight .nt { color: #00749C } /* Name.Tag */ 48 .highlight .nv { color: #D71835 } /* Name.Variable */ 49 .highlight .ow { color: #8045E5 } /* Operator.Word */ 50 .highlight .pm { color: #1E1E1E } /* Punctuation.Marker */ 51 .highlight .w { color: #1E1E1E } /* Text.Whitespace */ 52 .highlight .mb { color: #7F4707 } /* Literal.Number.Bin */ 53 .highlight .mf { color: #7F4707 } /* Literal.Number.Float */ 54 .highlight .mh { color: #7F4707 } /* Literal.Number.Hex */ 55 .highlight .mi { color: #7F4707 } /* Literal.Number.Integer */ 56 .highlight .mo { color: #7F4707 } /* Literal.Number.Oct */ 57 .highlight .sa { color: #163 } /* Literal.String.Affix */ 58 .highlight .sb { color: #163 } /* Literal.String.Backtick */ 59 .highlight .sc { color: #163 } /* Literal.String.Char */ 60 .highlight .dl { color: #163 } /* Literal.String.Delimiter */ 61 .highlight .sd { color: #163 } /* Literal.String.Doc */ 62 .highlight .s2 { color: #163 } /* Literal.String.Double */ 63 .highlight .se { color: #163 } /* Literal.String.Escape */ 64 .highlight .sh { color: #163 } /* Literal.String.Heredoc */ 65 .highlight .si { color: #163 } /* Literal.String.Interpol */ 66 .highlight .sx { color: #163 } /* Literal.String.Other */ 67 .highlight .sr { color: #D71835 } /* Literal.String.Regex */ 68 .highlight .s1 { color: #163 } /* Literal.String.Single */ 69 .highlight .ss { color: #00749C } /* Literal.String.Symbol */ 70 .highlight .bp { color: #7F4707 } /* Name.Builtin.Pseudo */ 71 .highlight .fm { color: #00749C } /* Name.Function.Magic */ 72 .highlight .vc { color: #D71835 } /* Name.Variable.Class */ 73 .highlight .vg { color: #D71835 } /* Name.Variable.Global */ 74 .highlight .vi { color: #D71835 } /* Name.Variable.Instance */ 75 .highlight .vm { color: #7F4707 } /* Name.Variable.Magic */ 76 .highlight .il { color: #7F4707 } /* Literal.Number.Integer.Long */ 77 @media not print { 78 body[data-theme="dark"] .highlight pre { line-height: 125%; } 79 body[data-theme="dark"] .highlight td.linenos .normal { color: #aaaaaa; background-color: transparent; padding-left: 5px; padding-right: 5px; } 80 body[data-theme="dark"] .highlight span.linenos { color: #aaaaaa; background-color: transparent; padding-left: 5px; padding-right: 5px; } 81 body[data-theme="dark"] .highlight td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } 82 body[data-theme="dark"] .highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } 83 body[data-theme="dark"] .highlight .hll { background-color: #404040 } 84 body[data-theme="dark"] .highlight { background: #202020; color: #D0D0D0 } 85 body[data-theme="dark"] .highlight .c { color: #ABABAB; font-style: italic } /* Comment */ 86 body[data-theme="dark"] .highlight .err { color: #A61717; background-color: #E3D2D2 } /* Error */ 87 body[data-theme="dark"] .highlight .esc { color: #D0D0D0 } /* Escape */ 88 body[data-theme="dark"] .highlight .g { color: #D0D0D0 } /* Generic */ 89 body[data-theme="dark"] .highlight .k { color: #6EBF26; font-weight: bold } /* Keyword */ 90 body[data-theme="dark"] .highlight .l { color: #D0D0D0 } /* Literal */ 91 body[data-theme="dark"] .highlight .n { color: #D0D0D0 } /* Name */ 92 body[data-theme="dark"] .highlight .o { color: #D0D0D0 } /* Operator */ 93 body[data-theme="dark"] .highlight .x { color: #D0D0D0 } /* Other */ 94 body[data-theme="dark"] .highlight .p { color: #D0D0D0 } /* Punctuation */ 95 body[data-theme="dark"] .highlight .ch { color: #ABABAB; font-style: italic } /* Comment.Hashbang */ 96 body[data-theme="dark"] .highlight .cm { color: #ABABAB; font-style: italic } /* Comment.Multiline */ 97 body[data-theme="dark"] .highlight .cp { color: #FF3A3A; font-weight: bold } /* Comment.Preproc */ 98 body[data-theme="dark"] .highlight .cpf { color: #ABABAB; font-style: italic } /* Comment.PreprocFile */ 99 body[data-theme="dark"] .highlight .c1 { color: #ABABAB; font-style: italic } /* Comment.Single */ 100 body[data-theme="dark"] .highlight .cs { color: #E50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ 101 body[data-theme="dark"] .highlight .gd { color: #FF3A3A } /* Generic.Deleted */ 102 body[data-theme="dark"] .highlight .ge { color: #D0D0D0; font-style: italic } /* Generic.Emph */ 103 body[data-theme="dark"] .highlight .ges { color: #D0D0D0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */ 104 body[data-theme="dark"] .highlight .gr { color: #FF3A3A } /* Generic.Error */ 105 body[data-theme="dark"] .highlight .gh { color: #FFF; font-weight: bold } /* Generic.Heading */ 106 body[data-theme="dark"] .highlight .gi { color: #589819 } /* Generic.Inserted */ 107 body[data-theme="dark"] .highlight .go { color: #CCC } /* Generic.Output */ 108 body[data-theme="dark"] .highlight .gp { color: #AAA } /* Generic.Prompt */ 109 body[data-theme="dark"] .highlight .gs { color: #D0D0D0; font-weight: bold } /* Generic.Strong */ 110 body[data-theme="dark"] .highlight .gu { color: #FFF; text-decoration: underline } /* Generic.Subheading */ 111 body[data-theme="dark"] .highlight .gt { color: #FF3A3A } /* Generic.Traceback */ 112 body[data-theme="dark"] .highlight .kc { color: #6EBF26; font-weight: bold } /* Keyword.Constant */ 113 body[data-theme="dark"] .highlight .kd { color: #6EBF26; font-weight: bold } /* Keyword.Declaration */ 114 body[data-theme="dark"] .highlight .kn { color: #6EBF26; font-weight: bold } /* Keyword.Namespace */ 115 body[data-theme="dark"] .highlight .kp { color: #6EBF26 } /* Keyword.Pseudo */ 116 body[data-theme="dark"] .highlight .kr { color: #6EBF26; font-weight: bold } /* Keyword.Reserved */ 117 body[data-theme="dark"] .highlight .kt { color: #6EBF26; font-weight: bold } /* Keyword.Type */ 118 body[data-theme="dark"] .highlight .ld { color: #D0D0D0 } /* Literal.Date */ 119 body[data-theme="dark"] .highlight .m { color: #51B2FD } /* Literal.Number */ 120 body[data-theme="dark"] .highlight .s { color: #ED9D13 } /* Literal.String */ 121 body[data-theme="dark"] .highlight .na { color: #BBB } /* Name.Attribute */ 122 body[data-theme="dark"] .highlight .nb { color: #2FBCCD } /* Name.Builtin */ 123 body[data-theme="dark"] .highlight .nc { color: #71ADFF; text-decoration: underline } /* Name.Class */ 124 body[data-theme="dark"] .highlight .no { color: #40FFFF } /* Name.Constant */ 125 body[data-theme="dark"] .highlight .nd { color: #FFA500 } /* Name.Decorator */ 126 body[data-theme="dark"] .highlight .ni { color: #D0D0D0 } /* Name.Entity */ 127 body[data-theme="dark"] .highlight .ne { color: #BBB } /* Name.Exception */ 128 body[data-theme="dark"] .highlight .nf { color: #71ADFF } /* Name.Function */ 129 body[data-theme="dark"] .highlight .nl { color: #D0D0D0 } /* Name.Label */ 130 body[data-theme="dark"] .highlight .nn { color: #71ADFF; text-decoration: underline } /* Name.Namespace */ 131 body[data-theme="dark"] .highlight .nx { color: #D0D0D0 } /* Name.Other */ 132 body[data-theme="dark"] .highlight .py { color: #D0D0D0 } /* Name.Property */ 133 body[data-theme="dark"] .highlight .nt { color: #6EBF26; font-weight: bold } /* Name.Tag */ 134 body[data-theme="dark"] .highlight .nv { color: #40FFFF } /* Name.Variable */ 135 body[data-theme="dark"] .highlight .ow { color: #6EBF26; font-weight: bold } /* Operator.Word */ 136 body[data-theme="dark"] .highlight .pm { color: #D0D0D0 } /* Punctuation.Marker */ 137 body[data-theme="dark"] .highlight .w { color: #666 } /* Text.Whitespace */ 138 body[data-theme="dark"] .highlight .mb { color: #51B2FD } /* Literal.Number.Bin */ 139 body[data-theme="dark"] .highlight .mf { color: #51B2FD } /* Literal.Number.Float */ 140 body[data-theme="dark"] .highlight .mh { color: #51B2FD } /* Literal.Number.Hex */ 141 body[data-theme="dark"] .highlight .mi { color: #51B2FD } /* Literal.Number.Integer */ 142 body[data-theme="dark"] .highlight .mo { color: #51B2FD } /* Literal.Number.Oct */ 143 body[data-theme="dark"] .highlight .sa { color: #ED9D13 } /* Literal.String.Affix */ 144 body[data-theme="dark"] .highlight .sb { color: #ED9D13 } /* Literal.String.Backtick */ 145 body[data-theme="dark"] .highlight .sc { color: #ED9D13 } /* Literal.String.Char */ 146 body[data-theme="dark"] .highlight .dl { color: #ED9D13 } /* Literal.String.Delimiter */ 147 body[data-theme="dark"] .highlight .sd { color: #ED9D13 } /* Literal.String.Doc */ 148 body[data-theme="dark"] .highlight .s2 { color: #ED9D13 } /* Literal.String.Double */ 149 body[data-theme="dark"] .highlight .se { color: #ED9D13 } /* Literal.String.Escape */ 150 body[data-theme="dark"] .highlight .sh { color: #ED9D13 } /* Literal.String.Heredoc */ 151 body[data-theme="dark"] .highlight .si { color: #ED9D13 } /* Literal.String.Interpol */ 152 body[data-theme="dark"] .highlight .sx { color: #FFA500 } /* Literal.String.Other */ 153 body[data-theme="dark"] .highlight .sr { color: #ED9D13 } /* Literal.String.Regex */ 154 body[data-theme="dark"] .highlight .s1 { color: #ED9D13 } /* Literal.String.Single */ 155 body[data-theme="dark"] .highlight .ss { color: #ED9D13 } /* Literal.String.Symbol */ 156 body[data-theme="dark"] .highlight .bp { color: #2FBCCD } /* Name.Builtin.Pseudo */ 157 body[data-theme="dark"] .highlight .fm { color: #71ADFF } /* Name.Function.Magic */ 158 body[data-theme="dark"] .highlight .vc { color: #40FFFF } /* Name.Variable.Class */ 159 body[data-theme="dark"] .highlight .vg { color: #40FFFF } /* Name.Variable.Global */ 160 body[data-theme="dark"] .highlight .vi { color: #40FFFF } /* Name.Variable.Instance */ 161 body[data-theme="dark"] .highlight .vm { color: #40FFFF } /* Name.Variable.Magic */ 162 body[data-theme="dark"] .highlight .il { color: #51B2FD } /* Literal.Number.Integer.Long */ 163 @media (prefers-color-scheme: dark) { 164 body:not([data-theme="light"]) .highlight pre { line-height: 125%; } 165 body:not([data-theme="light"]) .highlight td.linenos .normal { color: #aaaaaa; background-color: transparent; padding-left: 5px; padding-right: 5px; } 166 body:not([data-theme="light"]) .highlight span.linenos { color: #aaaaaa; background-color: transparent; padding-left: 5px; padding-right: 5px; } 167 body:not([data-theme="light"]) .highlight td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } 168 body:not([data-theme="light"]) .highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } 169 body:not([data-theme="light"]) .highlight .hll { background-color: #404040 } 170 body:not([data-theme="light"]) .highlight { background: #202020; color: #D0D0D0 } 171 body:not([data-theme="light"]) .highlight .c { color: #ABABAB; font-style: italic } /* Comment */ 172 body:not([data-theme="light"]) .highlight .err { color: #A61717; background-color: #E3D2D2 } /* Error */ 173 body:not([data-theme="light"]) .highlight .esc { color: #D0D0D0 } /* Escape */ 174 body:not([data-theme="light"]) .highlight .g { color: #D0D0D0 } /* Generic */ 175 body:not([data-theme="light"]) .highlight .k { color: #6EBF26; font-weight: bold } /* Keyword */ 176 body:not([data-theme="light"]) .highlight .l { color: #D0D0D0 } /* Literal */ 177 body:not([data-theme="light"]) .highlight .n { color: #D0D0D0 } /* Name */ 178 body:not([data-theme="light"]) .highlight .o { color: #D0D0D0 } /* Operator */ 179 body:not([data-theme="light"]) .highlight .x { color: #D0D0D0 } /* Other */ 180 body:not([data-theme="light"]) .highlight .p { color: #D0D0D0 } /* Punctuation */ 181 body:not([data-theme="light"]) .highlight .ch { color: #ABABAB; font-style: italic } /* Comment.Hashbang */ 182 body:not([data-theme="light"]) .highlight .cm { color: #ABABAB; font-style: italic } /* Comment.Multiline */ 183 body:not([data-theme="light"]) .highlight .cp { color: #FF3A3A; font-weight: bold } /* Comment.Preproc */ 184 body:not([data-theme="light"]) .highlight .cpf { color: #ABABAB; font-style: italic } /* Comment.PreprocFile */ 185 body:not([data-theme="light"]) .highlight .c1 { color: #ABABAB; font-style: italic } /* Comment.Single */ 186 body:not([data-theme="light"]) .highlight .cs { color: #E50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ 187 body:not([data-theme="light"]) .highlight .gd { color: #FF3A3A } /* Generic.Deleted */ 188 body:not([data-theme="light"]) .highlight .ge { color: #D0D0D0; font-style: italic } /* Generic.Emph */ 189 body:not([data-theme="light"]) .highlight .ges { color: #D0D0D0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */ 190 body:not([data-theme="light"]) .highlight .gr { color: #FF3A3A } /* Generic.Error */ 191 body:not([data-theme="light"]) .highlight .gh { color: #FFF; font-weight: bold } /* Generic.Heading */ 192 body:not([data-theme="light"]) .highlight .gi { color: #589819 } /* Generic.Inserted */ 193 body:not([data-theme="light"]) .highlight .go { color: #CCC } /* Generic.Output */ 194 body:not([data-theme="light"]) .highlight .gp { color: #AAA } /* Generic.Prompt */ 195 body:not([data-theme="light"]) .highlight .gs { color: #D0D0D0; font-weight: bold } /* Generic.Strong */ 196 body:not([data-theme="light"]) .highlight .gu { color: #FFF; text-decoration: underline } /* Generic.Subheading */ 197 body:not([data-theme="light"]) .highlight .gt { color: #FF3A3A } /* Generic.Traceback */ 198 body:not([data-theme="light"]) .highlight .kc { color: #6EBF26; font-weight: bold } /* Keyword.Constant */ 199 body:not([data-theme="light"]) .highlight .kd { color: #6EBF26; font-weight: bold } /* Keyword.Declaration */ 200 body:not([data-theme="light"]) .highlight .kn { color: #6EBF26; font-weight: bold } /* Keyword.Namespace */ 201 body:not([data-theme="light"]) .highlight .kp { color: #6EBF26 } /* Keyword.Pseudo */ 202 body:not([data-theme="light"]) .highlight .kr { color: #6EBF26; font-weight: bold } /* Keyword.Reserved */ 203 body:not([data-theme="light"]) .highlight .kt { color: #6EBF26; font-weight: bold } /* Keyword.Type */ 204 body:not([data-theme="light"]) .highlight .ld { color: #D0D0D0 } /* Literal.Date */ 205 body:not([data-theme="light"]) .highlight .m { color: #51B2FD } /* Literal.Number */ 206 body:not([data-theme="light"]) .highlight .s { color: #ED9D13 } /* Literal.String */ 207 body:not([data-theme="light"]) .highlight .na { color: #BBB } /* Name.Attribute */ 208 body:not([data-theme="light"]) .highlight .nb { color: #2FBCCD } /* Name.Builtin */ 209 body:not([data-theme="light"]) .highlight .nc { color: #71ADFF; text-decoration: underline } /* Name.Class */ 210 body:not([data-theme="light"]) .highlight .no { color: #40FFFF } /* Name.Constant */ 211 body:not([data-theme="light"]) .highlight .nd { color: #FFA500 } /* Name.Decorator */ 212 body:not([data-theme="light"]) .highlight .ni { color: #D0D0D0 } /* Name.Entity */ 213 body:not([data-theme="light"]) .highlight .ne { color: #BBB } /* Name.Exception */ 214 body:not([data-theme="light"]) .highlight .nf { color: #71ADFF } /* Name.Function */ 215 body:not([data-theme="light"]) .highlight .nl { color: #D0D0D0 } /* Name.Label */ 216 body:not([data-theme="light"]) .highlight .nn { color: #71ADFF; text-decoration: underline } /* Name.Namespace */ 217 body:not([data-theme="light"]) .highlight .nx { color: #D0D0D0 } /* Name.Other */ 218 body:not([data-theme="light"]) .highlight .py { color: #D0D0D0 } /* Name.Property */ 219 body:not([data-theme="light"]) .highlight .nt { color: #6EBF26; font-weight: bold } /* Name.Tag */ 220 body:not([data-theme="light"]) .highlight .nv { color: #40FFFF } /* Name.Variable */ 221 body:not([data-theme="light"]) .highlight .ow { color: #6EBF26; font-weight: bold } /* Operator.Word */ 222 body:not([data-theme="light"]) .highlight .pm { color: #D0D0D0 } /* Punctuation.Marker */ 223 body:not([data-theme="light"]) .highlight .w { color: #666 } /* Text.Whitespace */ 224 body:not([data-theme="light"]) .highlight .mb { color: #51B2FD } /* Literal.Number.Bin */ 225 body:not([data-theme="light"]) .highlight .mf { color: #51B2FD } /* Literal.Number.Float */ 226 body:not([data-theme="light"]) .highlight .mh { color: #51B2FD } /* Literal.Number.Hex */ 227 body:not([data-theme="light"]) .highlight .mi { color: #51B2FD } /* Literal.Number.Integer */ 228 body:not([data-theme="light"]) .highlight .mo { color: #51B2FD } /* Literal.Number.Oct */ 229 body:not([data-theme="light"]) .highlight .sa { color: #ED9D13 } /* Literal.String.Affix */ 230 body:not([data-theme="light"]) .highlight .sb { color: #ED9D13 } /* Literal.String.Backtick */ 231 body:not([data-theme="light"]) .highlight .sc { color: #ED9D13 } /* Literal.String.Char */ 232 body:not([data-theme="light"]) .highlight .dl { color: #ED9D13 } /* Literal.String.Delimiter */ 233 body:not([data-theme="light"]) .highlight .sd { color: #ED9D13 } /* Literal.String.Doc */ 234 body:not([data-theme="light"]) .highlight .s2 { color: #ED9D13 } /* Literal.String.Double */ 235 body:not([data-theme="light"]) .highlight .se { color: #ED9D13 } /* Literal.String.Escape */ 236 body:not([data-theme="light"]) .highlight .sh { color: #ED9D13 } /* Literal.String.Heredoc */ 237 body:not([data-theme="light"]) .highlight .si { color: #ED9D13 } /* Literal.String.Interpol */ 238 body:not([data-theme="light"]) .highlight .sx { color: #FFA500 } /* Literal.String.Other */ 239 body:not([data-theme="light"]) .highlight .sr { color: #ED9D13 } /* Literal.String.Regex */ 240 body:not([data-theme="light"]) .highlight .s1 { color: #ED9D13 } /* Literal.String.Single */ 241 body:not([data-theme="light"]) .highlight .ss { color: #ED9D13 } /* Literal.String.Symbol */ 242 body:not([data-theme="light"]) .highlight .bp { color: #2FBCCD } /* Name.Builtin.Pseudo */ 243 body:not([data-theme="light"]) .highlight .fm { color: #71ADFF } /* Name.Function.Magic */ 244 body:not([data-theme="light"]) .highlight .vc { color: #40FFFF } /* Name.Variable.Class */ 245 body:not([data-theme="light"]) .highlight .vg { color: #40FFFF } /* Name.Variable.Global */ 246 body:not([data-theme="light"]) .highlight .vi { color: #40FFFF } /* Name.Variable.Instance */ 247 body:not([data-theme="light"]) .highlight .vm { color: #40FFFF } /* Name.Variable.Magic */ 248 body:not([data-theme="light"]) .highlight .il { color: #51B2FD } /* Literal.Number.Integer.Long */ 249 } 250 }