File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 }
6868
6969 function init ( ) {
70- const fg = getComputedStyle ( document . documentElement ) . getPropertyValue ( "--text-secondary " ) ;
70+ const fg = getComputedStyle ( document . documentElement ) . getPropertyValue ( "--text-tertiary " ) ;
7171 const rgb = parseHex ( fg ) ;
7272 document . querySelectorAll ( ".index-sidebar canvas, .index-banner canvas" ) . forEach ( function ( c ) {
7373 if ( c . offsetParent === null ) return ;
Original file line number Diff line number Diff line change @@ -1110,7 +1110,6 @@ a.fnref, .fnref a {
11101110 top : 0 ;
11111111 bottom : 0 ;
11121112 width : 80px ;
1113- border : 1px solid var (--border );
11141113 overflow : hidden;
11151114 }
11161115
@@ -1143,7 +1142,6 @@ a.fnref, .fnref a {
11431142 display : block;
11441143 height : 56px ;
11451144 margin : 0 0 1rem ;
1146- border : 1px solid var (--border );
11471145 overflow : hidden;
11481146 }
11491147
You can’t perform that action at this time.
0 commit comments