|
22 | 22 | .highlight .cs { color: #8f5902; font-style: italic } /* Comment.Special */ |
23 | 23 | .highlight .gd { color: #a40000 } /* Generic.Deleted */ |
24 | 24 | .highlight .ge { color: #000000; font-style: italic } /* Generic.Emph */ |
| 25 | +.highlight .ges { color: #000000; font-weight: bold; font-style: italic } /* Generic.EmphStrong */ |
25 | 26 | .highlight .gr { color: #ef2929 } /* Generic.Error */ |
26 | 27 | .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ |
27 | 28 | .highlight .gi { color: #00A000 } /* Generic.Inserted */ |
@@ -105,16 +106,17 @@ body[data-theme="dark"] .highlight .cp { color: #ff3a3a; font-weight: bold } /* |
105 | 106 | body[data-theme="dark"] .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */ |
106 | 107 | body[data-theme="dark"] .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */ |
107 | 108 | body[data-theme="dark"] .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ |
108 | | -body[data-theme="dark"] .highlight .gd { color: #d22323 } /* Generic.Deleted */ |
| 109 | +body[data-theme="dark"] .highlight .gd { color: #ff3a3a } /* Generic.Deleted */ |
109 | 110 | body[data-theme="dark"] .highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */ |
110 | | -body[data-theme="dark"] .highlight .gr { color: #d22323 } /* Generic.Error */ |
| 111 | +body[data-theme="dark"] .highlight .ges { color: #d0d0d0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */ |
| 112 | +body[data-theme="dark"] .highlight .gr { color: #ff3a3a } /* Generic.Error */ |
111 | 113 | body[data-theme="dark"] .highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ |
112 | 114 | body[data-theme="dark"] .highlight .gi { color: #589819 } /* Generic.Inserted */ |
113 | 115 | body[data-theme="dark"] .highlight .go { color: #cccccc } /* Generic.Output */ |
114 | 116 | body[data-theme="dark"] .highlight .gp { color: #aaaaaa } /* Generic.Prompt */ |
115 | 117 | body[data-theme="dark"] .highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */ |
116 | 118 | body[data-theme="dark"] .highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */ |
117 | | -body[data-theme="dark"] .highlight .gt { color: #d22323 } /* Generic.Traceback */ |
| 119 | +body[data-theme="dark"] .highlight .gt { color: #ff3a3a } /* Generic.Traceback */ |
118 | 120 | body[data-theme="dark"] .highlight .kc { color: #6ebf26; font-weight: bold } /* Keyword.Constant */ |
119 | 121 | body[data-theme="dark"] .highlight .kd { color: #6ebf26; font-weight: bold } /* Keyword.Declaration */ |
120 | 122 | body[data-theme="dark"] .highlight .kn { color: #6ebf26; font-weight: bold } /* Keyword.Namespace */ |
@@ -190,16 +192,17 @@ body:not([data-theme="light"]) .highlight .cp { color: #ff3a3a; font-weight: bol |
190 | 192 | body:not([data-theme="light"]) .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */ |
191 | 193 | body:not([data-theme="light"]) .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */ |
192 | 194 | body:not([data-theme="light"]) .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ |
193 | | -body:not([data-theme="light"]) .highlight .gd { color: #d22323 } /* Generic.Deleted */ |
| 195 | +body:not([data-theme="light"]) .highlight .gd { color: #ff3a3a } /* Generic.Deleted */ |
194 | 196 | body:not([data-theme="light"]) .highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */ |
195 | | -body:not([data-theme="light"]) .highlight .gr { color: #d22323 } /* Generic.Error */ |
| 197 | +body:not([data-theme="light"]) .highlight .ges { color: #d0d0d0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */ |
| 198 | +body:not([data-theme="light"]) .highlight .gr { color: #ff3a3a } /* Generic.Error */ |
196 | 199 | body:not([data-theme="light"]) .highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ |
197 | 200 | body:not([data-theme="light"]) .highlight .gi { color: #589819 } /* Generic.Inserted */ |
198 | 201 | body:not([data-theme="light"]) .highlight .go { color: #cccccc } /* Generic.Output */ |
199 | 202 | body:not([data-theme="light"]) .highlight .gp { color: #aaaaaa } /* Generic.Prompt */ |
200 | 203 | body:not([data-theme="light"]) .highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */ |
201 | 204 | body:not([data-theme="light"]) .highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */ |
202 | | -body:not([data-theme="light"]) .highlight .gt { color: #d22323 } /* Generic.Traceback */ |
| 205 | +body:not([data-theme="light"]) .highlight .gt { color: #ff3a3a } /* Generic.Traceback */ |
203 | 206 | body:not([data-theme="light"]) .highlight .kc { color: #6ebf26; font-weight: bold } /* Keyword.Constant */ |
204 | 207 | body:not([data-theme="light"]) .highlight .kd { color: #6ebf26; font-weight: bold } /* Keyword.Declaration */ |
205 | 208 | body:not([data-theme="light"]) .highlight .kn { color: #6ebf26; font-weight: bold } /* Keyword.Namespace */ |
|
0 commit comments