|
17 | 17 | .highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */ |
18 | 18 | .highlight .gd { color: #A00000 } /* Generic.Deleted */ |
19 | 19 | .highlight .ge { font-style: italic } /* Generic.Emph */ |
20 | | -.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */ |
21 | 20 | .highlight .gr { color: #FF0000 } /* Generic.Error */ |
22 | 21 | .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ |
23 | 22 | .highlight .gi { color: #00A000 } /* Generic.Inserted */ |
@@ -97,17 +96,16 @@ body[data-theme="dark"] .highlight .cp { color: #ff3a3a; font-weight: bold } /* |
97 | 96 | body[data-theme="dark"] .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */ |
98 | 97 | body[data-theme="dark"] .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */ |
99 | 98 | body[data-theme="dark"] .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ |
100 | | -body[data-theme="dark"] .highlight .gd { color: #ff3a3a } /* Generic.Deleted */ |
| 99 | +body[data-theme="dark"] .highlight .gd { color: #d22323 } /* Generic.Deleted */ |
101 | 100 | body[data-theme="dark"] .highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */ |
102 | | -body[data-theme="dark"] .highlight .ges { color: #d0d0d0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */ |
103 | | -body[data-theme="dark"] .highlight .gr { color: #ff3a3a } /* Generic.Error */ |
| 101 | +body[data-theme="dark"] .highlight .gr { color: #d22323 } /* Generic.Error */ |
104 | 102 | body[data-theme="dark"] .highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ |
105 | 103 | body[data-theme="dark"] .highlight .gi { color: #589819 } /* Generic.Inserted */ |
106 | 104 | body[data-theme="dark"] .highlight .go { color: #cccccc } /* Generic.Output */ |
107 | 105 | body[data-theme="dark"] .highlight .gp { color: #aaaaaa } /* Generic.Prompt */ |
108 | 106 | body[data-theme="dark"] .highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */ |
109 | 107 | body[data-theme="dark"] .highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */ |
110 | | -body[data-theme="dark"] .highlight .gt { color: #ff3a3a } /* Generic.Traceback */ |
| 108 | +body[data-theme="dark"] .highlight .gt { color: #d22323 } /* Generic.Traceback */ |
111 | 109 | body[data-theme="dark"] .highlight .kc { color: #6ebf26; font-weight: bold } /* Keyword.Constant */ |
112 | 110 | body[data-theme="dark"] .highlight .kd { color: #6ebf26; font-weight: bold } /* Keyword.Declaration */ |
113 | 111 | body[data-theme="dark"] .highlight .kn { color: #6ebf26; font-weight: bold } /* Keyword.Namespace */ |
@@ -183,17 +181,16 @@ body:not([data-theme="light"]) .highlight .cp { color: #ff3a3a; font-weight: bol |
183 | 181 | body:not([data-theme="light"]) .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */ |
184 | 182 | body:not([data-theme="light"]) .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */ |
185 | 183 | body:not([data-theme="light"]) .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ |
186 | | -body:not([data-theme="light"]) .highlight .gd { color: #ff3a3a } /* Generic.Deleted */ |
| 184 | +body:not([data-theme="light"]) .highlight .gd { color: #d22323 } /* Generic.Deleted */ |
187 | 185 | body:not([data-theme="light"]) .highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */ |
188 | | -body:not([data-theme="light"]) .highlight .ges { color: #d0d0d0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */ |
189 | | -body:not([data-theme="light"]) .highlight .gr { color: #ff3a3a } /* Generic.Error */ |
| 186 | +body:not([data-theme="light"]) .highlight .gr { color: #d22323 } /* Generic.Error */ |
190 | 187 | body:not([data-theme="light"]) .highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ |
191 | 188 | body:not([data-theme="light"]) .highlight .gi { color: #589819 } /* Generic.Inserted */ |
192 | 189 | body:not([data-theme="light"]) .highlight .go { color: #cccccc } /* Generic.Output */ |
193 | 190 | body:not([data-theme="light"]) .highlight .gp { color: #aaaaaa } /* Generic.Prompt */ |
194 | 191 | body:not([data-theme="light"]) .highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */ |
195 | 192 | body:not([data-theme="light"]) .highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */ |
196 | | -body:not([data-theme="light"]) .highlight .gt { color: #ff3a3a } /* Generic.Traceback */ |
| 193 | +body:not([data-theme="light"]) .highlight .gt { color: #d22323 } /* Generic.Traceback */ |
197 | 194 | body:not([data-theme="light"]) .highlight .kc { color: #6ebf26; font-weight: bold } /* Keyword.Constant */ |
198 | 195 | body:not([data-theme="light"]) .highlight .kd { color: #6ebf26; font-weight: bold } /* Keyword.Declaration */ |
199 | 196 | body:not([data-theme="light"]) .highlight .kn { color: #6ebf26; font-weight: bold } /* Keyword.Namespace */ |
|
0 commit comments