We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a99b3 commit ebc0e0bCopy full SHA for ebc0e0b
_theme/_templates/layout.html
@@ -11,7 +11,16 @@
11
12
{# pygment's styles are still loaded, undo some unwanted styles #}
13
<style>
14
-.highlight .k { font-weight: normal; }
+.highlight .k, .highlight .gh, .highlight .gp,
15
+.highlight .gu, .highlight .kc, .highlight .kd,
16
+.highlight .kn, .highlight .kr, .highlight .nc,
17
+.highlight .nd, .highlight .ni, .highlight .nl,
18
+.highlight .nn, .highlight .nt, .highlight .ow,
19
+.highlight .se { font-weight: normal; }
20
+
21
+.highlight .c, .highlight .cm, .highlight .c1,
22
+.highlight .sd, .highlight .si { font-style: normal; }
23
24
.doc { background: none; }
25
#demo-warning {
26
border: 3px dashed #c00;
0 commit comments