Skip to content

Commit b2f8065

Browse files
committed
Update notebooks with widget dark mode fixes
1 parent a49d221 commit b2f8065

File tree

4 files changed

+155
-115
lines changed

4 files changed

+155
-115
lines changed

notebook-processor/custom_template/index.html.j2

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,20 @@
144144
.rendered_html tbody tr:nth-child(odd) {
145145
background: #282F3E;
146146
}
147+
147148
.rendered_html tbody tr:nth-child(even) {
148149
background: #1A1E2B;
149150
}
151+
150152
/* Add some padding to table cells for better readability */
151153
.rendered_html td, .rendered_html th {
152154
padding: 8px 12px;
153155
}
154156
157+
div.input_area {
158+
background-color: #151922;
159+
}
160+
155161
</style>
156162

157163
<script>

0 commit comments

Comments
 (0)