Skip to content

Commit 2eb3889

Browse files
authored
Merge pull request #4 from the-turing-way/highlights
Use orange accent throughout
2 parents 79aed4b + 88cb4fc commit 2eb3889

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

index.html

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,13 @@
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>

0 commit comments

Comments
 (0)