@@ -20,23 +20,6 @@ span.highlighted {
20
20
background-color : var (--pst-color-codecell ) !important ;
21
21
}
22
22
23
- .docutils {
24
- color : var (--pst-color-inline-code );
25
- font-family : var (--pst-font-family-monospace );
26
- font-weight : 500 ;
27
- }
28
-
29
- code .literal {
30
- padding : 0.1rem 0.25rem ;
31
- padding-top : 0.1rem ;
32
- padding-right : 0.25rem ;
33
- padding-bottom : 0.1rem ;
34
- padding-left : 0.25rem ;
35
- background-color : var (--pst-color-on-surface );
36
- border : 1px solid var (--pst-color-border );
37
- border-radius : 0.25rem ;
38
- }
39
-
40
23
.xref .std .std-ref {
41
24
color : var (--pst-color-inline-code );
42
25
font-family : "Inconsolata" ;
@@ -90,29 +73,6 @@ Autosummary
90
73
background-color : var (--pst-color-background );
91
74
}
92
75
93
- /*
94
- #####################
95
- ReST :download: links
96
- #####################
97
- */
98
- a > code .download {
99
- font-family : var (--pst-font-family-base );
100
- color : var (--pst-color-link );
101
- text-decoration : none;
102
- font-weight : normal;
103
- }
104
-
105
- /*
106
- #################################
107
- Syntax highlighting in code block
108
- #################################
109
- */
110
-
111
- html [data-theme = "light" ] .highlight .o {
112
- color : # b35000 ;
113
- font-weight : bold;
114
- }
115
-
116
76
/*
117
77
#############################
118
78
Bold font weight for **code**
@@ -204,11 +164,6 @@ nav.bd-links li > a {
204
164
font-size : 0.98rem ;
205
165
}
206
166
207
- html [data-theme = "light" ] .highlight pre {
208
- line-height : 125% ;
209
- font-size : 0.9em ;
210
- }
211
-
212
167
html [data-theme = "dark" ] .highlight pre {
213
168
line-height : 125% ;
214
169
font-size : 0.9em ;
0 commit comments