add ragadjust

This commit is contained in:
isUnknown 2024-04-15 09:00:12 +02:00
parent ec3e28f35d
commit f0d306372d
3 changed files with 128 additions and 0 deletions

View file

@ -146,6 +146,7 @@ function fixFootNotes() {
}
document.addEventListener("DOMContentLoaded", () => {
ragadjust("h1, h2, h3, h4, h5", ["all"]);
window.window.scrollTo({
top: 0,
});