File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change 5656 filter : none;
5757 }
5858 }
59+ .fragment .highlight {
60+ & .current-fragment {
61+ color : var (--jp-orange );
62+ }
63+ }
5964 strong {
60- color : # 17ff2e ;
65+ color : var ( --jp-orange ) ;
6166 }
6267
6368 : root {
@@ -190,22 +195,13 @@ <h2>Jupyter Book</h2>
190195 < div class ="column " style ="width: 50% ">
191196 < h4 > Executable content</ h4 >
192197 < ul >
193- < li
194- class ="fragment highlight-current-green "
195- data-fragment-index ="1 "
196- >
198+ < li class ="fragment custom highlight " data-fragment-index ="1 ">
197199 Jupyter Notebooks
198200 </ li >
199- < li
200- class ="fragment highlight-current-green "
201- data-fragment-index ="2 "
202- >
201+ < li class ="fragment custom highlight " data-fragment-index ="2 ">
203202 < code > code-cell</ code > blocks in Markdown
204203 </ li >
205- < li
206- class ="fragment highlight-current-green "
207- data-fragment-index ="3 "
208- >
204+ < li class ="fragment custom highlight " data-fragment-index ="3 ">
209205 Inline statements using < code > eval</ code > in Markdown
210206 </ li >
211207 </ ul >
You can’t perform that action at this time.
0 commit comments