File tree 1 file changed +3
-3
lines changed
scaladoc/resources/dotty_res/scripts
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const attrsToCopy = [
10
10
11
11
/**
12
12
* @typedef {Object } SavedPageState
13
- * @property {Strign } mainDiv
13
+ * @property {String } mainDiv
14
14
* @property {String } leftColumn
15
15
* @property {String } title
16
16
* @property {Record<string, string> } attrs
@@ -322,7 +322,7 @@ function attachAllListeners() {
322
322
323
323
if ( location . hash ) {
324
324
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
326
326
// to apply to the top-level docs, so we avoid this logic for that element.
327
327
if ( target != "container" ) {
328
328
var selected = document . getElementById ( location . hash . substring ( 1 ) ) ;
@@ -568,7 +568,7 @@ function showGraph() {
568
568
. attr ( "offset" , "30%" ) ;
569
569
radialGradient
570
570
. append ( "stop" )
571
- . attr ( "stop-color" , "var(--background-default )" )
571
+ . attr ( "stop-color" , "var(--background-main )" )
572
572
. attr ( "offset" , "100%" ) ;
573
573
574
574
var inner = svg . append ( "g" ) ;
You can’t perform that action at this time.
0 commit comments