Some Changes Done

This commit is contained in:
Devansh Bawari 2022-11-26 12:57:02 +05:30
parent 5efcee4774
commit 7436e5ff01
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
<script type="text/javascript">
window.flashMessages = [];
if(localStorage.getItem('dark-mode') == 'true'){
if (localStorage.getItem('dark-mode') == 'true') {
document.body.classList.toggle("dark-mode");
}