File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed
Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 2727
2828 --jp-merge-either-color1 : # aee ;
2929 --jp-merge-either-color2 : # cff4f4 ;
30- }
30+ --jp-expand-outer-wrapper : rgb (221 , 244 , 255 );
31+ --jp-expand-color : rgb (87 , 96 , 106 );
32+ --jp-expand-a-color : rgba (84 , 174 , 255 , 0.4 )
33+ --jp-expand-svg-color: rgb (87 , 96 , 106 );
34+ --jp-expand-a-hover-color : rgb (14 , 94 , 208 );
35+ --jp-expand-a-hover-svg-color : rgb (255 , 255 , 255 );
36+ }
Original file line number Diff line number Diff line change 111111 height : 40px ;
112112 width : 100% ;
113113 display : inline-block;
114- background : rgb ( 221 , 244 , 255 );
115- color : rgb ( 87 , 96 , 106 );
114+ background : var ( --jp-expand-outer-wrapper );
115+ color : var ( --jp-expand-color );
116116 a {
117+ cursor : pointer;
117118 height : 100% ;
118119 display : block;
119120 width : 40px ;
120- background-color : rgba (84 , 174 , 255 , 0.4 );
121+ background-color : var (--jp-expand-a-color );
122+ & : hover {
123+ background-color : var (--jp-expand-a-hover-color );
124+ svg {
125+ fill : var (--jp-expand-svg-hover-color );
126+ }
127+ }
121128 }
122129 svg {
123130 height : 23px ;
124131 width : 23px ;
125132 margin : 8px ;
126- fill : rgb ( 87 , 96 , 106 );
133+ fill : var ( --jp-expand-svg-color );
127134 }
128135}
You can’t perform that action at this time.
0 commit comments