Skip to content

Commit ab6da5c

Browse files
chore: forgot about a css detail
1 parent 0167a89 commit ab6da5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_static/custom.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ window.onload = () => {
101101
template = document.createElement("template");
102102
template.innerHTML = `
103103
<div class="admonition note">
104-
<p class="admonition-title"><span class="highlighted">Note</span></p>
104+
<p class="admonition-title"><span>Note</span></p>
105105
<p>
106106
Abstract classes (ABCs) are not meant to be instantiated as is. See
107107
classes that inherite from this one to check how to instantiate it.

0 commit comments

Comments
 (0)