Skip to content

Commit fd9e672

Browse files
authored
Zenmode: Updated main.css
The notebook-container background is transparent in zenmode.
1 parent 225886c commit fd9e672

File tree

1 file changed

+2
-2
lines changed
  • src/jupyter_contrib_nbextensions/nbextensions/zenmode

1 file changed

+2
-2
lines changed

src/jupyter_contrib_nbextensions/nbextensions/zenmode/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
display: none !important;
1515
}
1616

17-
/*
1817
#notebook-container {
19-
background-color: rgba(255, 255, 255, 0.8);
18+
background-color: rgba(255, 255, 255, 0);
2019
}
2120

21+
/*
2222
.cell {
2323
background-color: rgb(255, 255, 255);
2424
}

0 commit comments

Comments
 (0)