Some Changes Done
This commit is contained in:
parent
5efcee4774
commit
7436e5ff01
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue