File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 
scaladoc/resources/dotty_res/scripts Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const attrsToCopy = [
1010
1111/** 
1212 * @typedef  {Object } SavedPageState 
13-  * @property  {Strign } mainDiv 
13+  * @property  {String } mainDiv 
1414 * @property  {String } leftColumn 
1515 * @property  {String } title 
1616 * @property  {Record<string, string> } attrs 
@@ -322,7 +322,7 @@ function attachAllListeners() {
322322
323323  if  ( location . hash )  { 
324324    var  target  =  location . hash . substring ( 1 ) ; 
325-     // setting the 'expand' class on the top-level container causes undesireable  styles 
325+     // setting the 'expand' class on the top-level container causes undesirable  styles 
326326    // to apply to the top-level docs, so we avoid this logic for that element. 
327327    if  ( target  !=  "container" )  { 
328328      var  selected  =  document . getElementById ( location . hash . substring ( 1 ) ) ; 
@@ -568,7 +568,7 @@ function showGraph() {
568568        . attr ( "offset" ,  "30%" ) ; 
569569      radialGradient 
570570        . append ( "stop" ) 
571-         . attr ( "stop-color" ,  "var(--background-default )" ) 
571+         . attr ( "stop-color" ,  "var(--background-main )" ) 
572572        . attr ( "offset" ,  "100%" ) ; 
573573
574574      var  inner  =  svg . append ( "g" ) ; 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments