adding js toggle for light-dark theme

This commit is contained in:
sefaria
2026-05-26 23:32:24 +02:00
parent 96ec270ed4
commit 96a3470419
6 changed files with 100 additions and 9 deletions
+4
View File
@@ -40,6 +40,8 @@
}
</style>
<script src="js/app.js" defer></script>
</head>
<body>
@@ -55,6 +57,8 @@
<p>Sorry, but the page you were trying to view does not exist.</p>
</section>
</main>
<script src="js/app.js" defer></script>
</body>