@@ -214,8 +214,8 @@ all of MD as it is not optimized for dense, information rich UIs.
214214 --jp-layout-color0 : # ffffff ;
215215 --jp-layout-color1 : # ffffff ;
216216 --jp-layout-color2 : # f6f8fa ;
217- --jp-layout-color3 : # f6f8fa ;
218- --jp-layout-color4 : # f6f8fa ;
217+ --jp-layout-color3 : rgba ( 234 , 238 , 242 , 0.5 ) ;
218+ --jp-layout-color4 : rgba ( 234 , 238 , 242 , 0.5 ) ;
219219
220220 /* Inverse Layout
221221 *
@@ -295,7 +295,7 @@ all of MD as it is not optimized for dense, information rich UIs.
295295
296296 --jp-notebook-padding : 10px ;
297297 --jp-notebook-select-background : var (--jp-layout-color1 );
298- --jp-notebook-multiselected-color : rgba ( 33 , 150 , 243 , 0.24 );
298+ --jp-notebook-multiselected-color : var ( --jp-layout-color3 );
299299
300300 /* The scroll padding is calculated to fill enough space at the bottom of the
301301 notebook to show one single-line cell (with appropriate padding) at the top
@@ -432,7 +432,7 @@ all of MD as it is not optimized for dense, information rich UIs.
432432}
433433
434434.CodeMirror-selected {
435- background-color : # 1e4273 !important ;
435+ background-color : var ( --md-blue-100 ) !important ;
436436}
437437
438438.widget-slider .ui-slider .ui-slider-handle {
0 commit comments