Skip to content

Commit 1341c42

Browse files
authored
🐛 FIX: remove cell background as none (#261)
1 parent 6a8cd3b commit 1341c42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

myst_nb/_static/mystnb.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ div.container.cell {
77
/* Removing all background formatting so we can control at the div level */
88
.cell_input div.highlight, .cell_input pre, .cell_output .output * {
99
border: none;
10-
background: none;
1110
background-color: transparent;
1211
box-shadow: none;
1312
}

0 commit comments

Comments
 (0)