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 -1
View File
@@ -21,6 +21,9 @@
<meta name="theme-color" content="#F7F7F7" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="0f0f0f" media="(prefers-color-scheme: dark)">
<script src="js/app.js" defer></script>
</head>
<body>
@@ -131,7 +134,7 @@
<!-- Add your site or application content here -->
<script src="js/app.js"></script>
<!-- <script src="js/app.js" defer></script> -->
</body>