Skip to content

Commit bbc8763

Browse files
committed
fix: CSS in marimo
1 parent 599cfa0 commit bbc8763

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/widget.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
:root {
1+
/* :host for marimo (shadowDOM), :root for others */
2+
:root, :host {
23
/* Updated JS side */
34
--m2g-font-family: "DejaVu", sans-serif;
45
--m2g-font-size: 12px;

0 commit comments

Comments
 (0)