File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,14 @@ div.nblast.container {
63
63
64
64
/* input prompt */
65
65
div .nbinput .container div .prompt pre ,
66
+ /* for sphinx_immaterial theme: */
66
67
div .nbinput .container div .prompt pre > code {
67
68
color : # 307FC1 ;
68
69
}
69
70
70
71
/* output prompt */
71
72
div .nboutput .container div .prompt pre ,
73
+ /* for sphinx_immaterial theme: */
72
74
div .nboutput .container div .prompt pre > code {
73
75
color : # BF5B3D ;
74
76
}
@@ -206,8 +208,9 @@ div.nboutput.container div.output_area > div[class^='highlight']{
206
208
overflow-y : hidden;
207
209
}
208
210
209
- /* hide copybtn icon on prompts (needed for 'sphinx_copybutton' ext and `sphinx_immaterial` theme) */
211
+ /* hide copy button on prompts for 'sphinx_copybutton' extension ... */
210
212
.prompt .copybtn ,
213
+ /* ... and 'sphinx_immaterial' theme */
211
214
.prompt .md-clipboard .md-icon {
212
215
display : none;
213
216
}
You can’t perform that action at this time.
0 commit comments