Almost perfect

This commit is contained in:
2023-06-01 11:25:27 -04:00
parent e15417f844
commit e8a367a3de
5 changed files with 133 additions and 65 deletions

View File

@@ -17,6 +17,7 @@
inputs.forEach(i => i.addEventListener('input', inputListener));
});
document.documentElement.dataset.theme = localStorage.getItem('theme') || 'light';
</script>
</head>
<body>