1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-01-15 08:02:56 -05:00

bump some deps

This commit is contained in:
2021-09-27 10:20:22 -04:00
parent d5088e1982
commit 09c3af6630
3 changed files with 179 additions and 272 deletions

View File

@@ -20,6 +20,6 @@ initDarkMode({
// HACK: re-enable theme transitions after a very short delay, otherwise there's a weird race condition (2/2)
setTimeout(() => {
document.head.removeChild(disableTransitionCSSHack);
}, 500);
}, 700);
},
});