Feat: theme switching

This commit is contained in:
MotorTruck1221
2025-05-03 19:26:33 -06:00
parent a2c497363e
commit f9f62e1e41
5 changed files with 88 additions and 46 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ const randomSplash = genSplash();
await init();
}
catch (err) {
console.log(err);
//console.log(err);
}
})
</script>