basic astro docs
This commit is contained in:
parent
61657bd1b1
commit
bc7a84e462
48 changed files with 14926 additions and 2 deletions
3
website/public/make-scrollable-code-focusable.js
Normal file
3
website/public/make-scrollable-code-focusable.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Array.from(document.getElementsByTagName('pre')).forEach((element) => {
|
||||
element.setAttribute('tabindex', '0');
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue