Skip to content

Commit 35605b4

Browse files
authored
Zenmode: updated main.css
doesn't update the background of code cell to grey when the zenmode is toggled.
1 parent b767c69 commit 35605b4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/jupyter_contrib_nbextensions/nbextensions/zenmode/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
display: none !important;
1515
}
1616

17+
/*
1718
#notebook-container {
1819
background-color: rgba(255, 255, 255, 0.8);
1920
}
@@ -22,7 +23,6 @@
2223
background-color: rgb(255, 255, 255);
2324
}
2425
25-
/*
2626
.CodeMirror {
2727
background: #F8FCCF;
2828
}

0 commit comments

Comments
 (0)