Skip to content

Latest commit

 

History

History

js-theme-switcher

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

JS Theme switcher

Usage

Just throw this script line into ur code :)

<body>
  ...

  <script src="https://cdn.jsdelivr.net/gh/katzEco/legacy-code/js-theme-switcher/theme.js"></script>
</body>

This scripts starts in light mode and change into dark mode by adding class .dark

see demo