Skip to content

Commit e09e9b2

Browse files
authored
fix: Fix emoji display in pyodide fence for themes other than Material
Issue-83: #83 PR-84: #84
1 parent 23cbde7 commit e09e9b2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/markdown_exec/pyodide.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,9 @@ html[data-theme="dark"] {
4747
.pyodide-clickable {
4848
cursor: pointer;
4949
text-align: right;
50-
}
50+
}
51+
52+
/* For themes other than Material. */
53+
.pyodide .twemoji svg {
54+
width: 1rem;
55+
}

0 commit comments

Comments
 (0)