fixed title of getting started & nav highlighting

This commit is contained in:
2023-02-03 12:17:44 +01:00
parent 8b173ff6cd
commit 7b7b645980
5 changed files with 14 additions and 11 deletions

View File

@@ -63,4 +63,5 @@ function toggleDarkMode () {
document.getElementById( 'darkToggle' ).innerHTML = '☽';
setPreferredTheme( 'light' );
}
setTimeout( highlightPath, 1000 );
}